summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme/theme-data
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-hyprland-theme/theme-data')
-rw-r--r--raveos-hyprland-theme/theme-data/hypr/config/windowrules.lua6
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 },