update | update hyprland config
nixos config pipeline / show-flake (push) Successful in 27s
nixos config pipeline / deploy (push) Failing after 41s

This commit is contained in:
smayzy
2026-02-07 15:33:31 +01:00
parent e55a047241
commit 3be4071e9f
4 changed files with 55 additions and 26 deletions
+15 -5
View File
@@ -1,6 +1,16 @@
#Set windows ans workspaces rules here
# Ignore maximize requests from apps. You'll probably like this.
windowrulev2 = suppressevent maximize, class:.*
windowrule {
name = windowrule-1
suppress_event = maximize
match:class = .*
}
# Fix some dragging issues with XWayland
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
windowrule {
name = windowrule-2
no_focus = on
match:class = ^$
match:title = ^$
match:xwayland = 1
match:float = 1
match:fullscreen = 0
match:pin = 0
}