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
|
accel_profile = flat
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = no
|
natural_scroll = true
|
||||||
|
disable_while_typing = 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
workspace_swipe = on
|
workspace_swipe = true
|
||||||
workspace_swipe_invert = no
|
workspace_swipe_invert = true
|
||||||
workspace_swipe_cancel_ratio = 0.1
|
workspace_swipe_cancel_ratio = 0.1
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,8 +9,4 @@ dwindle {
|
||||||
|
|
||||||
master {
|
master {
|
||||||
new_is_master = true
|
new_is_master = true
|
||||||
}
|
|
||||||
|
|
||||||
gestures {
|
|
||||||
workspace_swipe = false
|
|
||||||
}
|
}
|
|
@ -58,7 +58,7 @@ source = ~/.config/hypr/conf/input.conf
|
||||||
# Load configuration files
|
# Load configuration files
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
source = ~/.config/hypr/conf/settings.conf
|
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/misc.conf
|
||||||
source = ~/.config/hypr/conf/decoration.conf
|
source = ~/.config/hypr/conf/decoration.conf
|
||||||
source = ~/.config/hypr/conf/layout.conf
|
source = ~/.config/hypr/conf/layout.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue