fix: laptop gestures

This commit is contained in:
hesam-init 2024-03-22 13:30:28 +03:30
parent 63face2d97
commit d82dcd665b
4 changed files with 5 additions and 8 deletions

View file

@ -14,12 +14,13 @@ input {
accel_profile = flat
touchpad {
natural_scroll = no
natural_scroll = true
disable_while_typing = 1
}
}
gestures {
workspace_swipe = on
workspace_swipe_invert = no
workspace_swipe = true
workspace_swipe_invert = true
workspace_swipe_cancel_ratio = 0.1
}

View file

@ -9,8 +9,4 @@ dwindle {
master {
new_is_master = true
}
gestures {
workspace_swipe = false
}

View file

@ -58,7 +58,7 @@ source = ~/.config/hypr/conf/input.conf
# Load configuration files
# -----------------------------------------------------
source = ~/.config/hypr/conf/settings.conf
source = ~/.config/hypr/conf/mice.conf
source = ~/.config/hypr/conf/devices.conf
source = ~/.config/hypr/conf/misc.conf
source = ~/.config/hypr/conf/decoration.conf
source = ~/.config/hypr/conf/layout.conf