Fix: hyprland gestures config update

This commit is contained in:
Filippo Berto 2025-09-17 10:52:59 +02:00
parent dbf8c50009
commit 102490fcc4
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -178,11 +178,16 @@ in
new_status = "master"; new_status = "master";
}; };
gestures = { # gestures = {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # # See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = true; # workspace_swipe = true;
workspace_swipe_touch = true; # workspace_swipe_touch = true;
}; # };
gesture = [
"3, horizontal, workspace"
"3, up, fullscreen"
"3, down, dispatcher, exec, sirula"
];
decoration = { decoration = {
rounding = 10; rounding = 10;