diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-07 22:25:52 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-07 22:25:52 +0200 |
| commit | 8557f7b838623fad0e81fbd66a6090322a926e34 (patch) | |
| tree | 982aef3fe66a01ebdc91234cf172f8afb316a516 /raveos-hyprland-theme/theme-data | |
| parent | 8f52096cb3802438ba8a55fdc1948a37b3b344df (diff) | |
| download | RaveOS-PKGBUILD-8557f7b838623fad0e81fbd66a6090322a926e34.tar.gz RaveOS-PKGBUILD-8557f7b838623fad0e81fbd66a6090322a926e34.zip | |
RaveosHyperland update
Diffstat (limited to 'raveos-hyprland-theme/theme-data')
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua b/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua index 5a439c3..3dd2e48 100644 --- a/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua +++ b/raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua @@ -3,6 +3,12 @@ --############################# hl.window_rule({ + name = "windowrule-float-all", + match = { class = ".*" }, + float = true, +}) + +hl.window_rule({ name = "windowrule-2", match = { class = "org.gnome.gedit" }, size = { 888, 888 }, |