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 | |
| parent | 8f52096cb3802438ba8a55fdc1948a37b3b344df (diff) | |
| download | RaveOS-PKGBUILD-8557f7b838623fad0e81fbd66a6090322a926e34.tar.gz RaveOS-PKGBUILD-8557f7b838623fad0e81fbd66a6090322a926e34.zip | |
RaveosHyperland update
| -rw-r--r-- | raveos-hyprland-theme/PKGBUILD | 2 | ||||
| -rw-r--r-- | raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index 503852f..900ef5c 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=raveos-hyprland-theme pkgver=0.0.0 -pkgrel=33 +pkgrel=34 pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)" arch=('any') url="https://raveos.local" 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 }, |