Update hyprland.conf

This commit is contained in:
FURK4NGG
2026-01-07 13:43:04 +03:00
committed by GitHub
parent 404ffde7ed
commit 292bde8166
+6 -5
View File
@@ -237,9 +237,9 @@ input {
}
# https://wiki.hypr.land/Configuring/Variables/#gestures
gestures {
gesture = 3, horizontal, workspace
}
#gestures {gesture = 3, horizontal, workspace}
gesture = 3, horizontal, workspace
# Example per-device config
# See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more
@@ -348,10 +348,11 @@ bindl = , XF86AudioPrev, exec, playerctl previous
# Example windowrule
# windowrule = float,class:^(kitty)$,title:^(kitty)$
#!after hyprland version 0.53.1! windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# Ignore maximize requests from apps. You'll probably like this.
windowrule = suppressevent maximize, class:.*
windowrulev2 = suppressevent maximize, class:.*
# Fix some dragging issues with XWayland
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
windowrulev2 = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0