From 292bde816641e3e20a447dd7f48d214c83b5cdcb Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:43:04 +0300 Subject: [PATCH] Update hyprland.conf --- .config/hypr/hyprland.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 8e71cb6..fc60b84 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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