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";
|
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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue