fix: laptop gestures
This commit is contained in:
parent
63face2d97
commit
d82dcd665b
4 changed files with 5 additions and 8 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -10,7 +10,3 @@ dwindle {
|
|||
master {
|
||||
new_is_master = true
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue