Fix: hyprland gestures config update
This commit is contained in:
parent
dbf8c50009
commit
102490fcc4
1 changed files with 10 additions and 5 deletions
|
|
@ -178,11 +178,16 @@ in
|
|||
new_status = "master";
|
||||
};
|
||||
|
||||
gestures = {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = true;
|
||||
workspace_swipe_touch = true;
|
||||
};
|
||||
# gestures = {
|
||||
# # See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
# workspace_swipe = true;
|
||||
# workspace_swipe_touch = true;
|
||||
# };
|
||||
gesture = [
|
||||
"3, horizontal, workspace"
|
||||
"3, up, fullscreen"
|
||||
"3, down, dispatcher, exec, sirula"
|
||||
];
|
||||
|
||||
decoration = {
|
||||
rounding = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue