summaryrefslogtreecommitdiff
path: root/config/hypr/windowrule.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/windowrule.conf')
-rw-r--r--config/hypr/windowrule.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/config/hypr/windowrule.conf b/config/hypr/windowrule.conf
new file mode 100644
index 000000000..d8b11ba2e
--- /dev/null
+++ b/config/hypr/windowrule.conf
@@ -0,0 +1,23 @@
+windowrule {
+ name = suppress-maximize-events
+ match:class = .*
+ suppress_event = maximize
+}
+
+windowrule {
+ name = fix-xwayland-drags
+ match:class = ^$
+ match:title = ^$
+ match:xwayland = true
+ match:float = true
+ match:fullscreen = false
+ match:pin = false
+ no_focus = true
+}
+
+windowrule {
+ name = move-hyprland-run
+ match:class = hyprland-run
+ move = 20 monitor_h-120
+ float = yes
+}