update gestures
This commit is contained in:
parent
ec15a6212e
commit
41f3f3499c
2 changed files with 3 additions and 5 deletions
|
|
@ -56,11 +56,6 @@ master {
|
|||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
}
|
||||
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = on
|
||||
}
|
||||
|
||||
misc {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
|
|
|
|||
|
|
@ -88,3 +88,6 @@ bind = , XF86AudioStop, exec,
|
|||
bind = , XF86AudioPrev, exec, playerctl previous
|
||||
bind = , XF86AudioNext, exec, playerctl next
|
||||
|
||||
# Gestures
|
||||
# https://wiki.hypr.land/Configuring/Gestures/
|
||||
gesture = 4, horizontal, workspace
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue