diff options
| author | Nippy <nippy@Beller-Mac-mini.lan> | 2026-09-07 20:34:49 +0200 |
|---|---|---|
| committer | Nippy <nippy@Beller-Mac-mini.lan> | 2026-09-07 20:34:49 +0200 |
| commit | 595ffaea1a0bf337f74aab47f6099c972d90a78f (patch) | |
| tree | d3f482c3815c79420550735950b86b52ccf54d3d /raveos-hyprland-theme/theme-data/hypr/config | |
| parent | 60078f2d9181d29c67cb48ceb7686238f733dbe7 (diff) | |
| download | RaveOS-PKGBUILD-595ffaea1a0bf337f74aab47f6099c972d90a78f.tar.gz RaveOS-PKGBUILD-595ffaea1a0bf337f74aab47f6099c972d90a78f.zip | |
rework theme
Diffstat (limited to 'raveos-hyprland-theme/theme-data/hypr/config')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua | 4 | ||||
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua b/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua index 12b58b9..62c734e 100644 --- a/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua +++ b/raveos-hyprland-theme/theme-data/hypr/config/keybinds.lua @@ -1,6 +1,4 @@ ---------------------- ----- KEYBINDINGS ---- ---------------------- +-- Keybindings local mainMod = "SUPER" local secondMod = "CTRL + ALT" diff --git a/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua b/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua index 3dd2e48..8d2eeb8 100644 --- a/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua +++ b/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua @@ -1,6 +1,4 @@ ---############################# ---## WINDOWS AND WORKSPACES ### ---############################# +-- Windows and workspaces hl.window_rule({ name = "windowrule-float-all", |