mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-05 19:43:44 +02:00
feat: laptop touchpad gestures
This commit is contained in:
parent
35852e20db
commit
4a3bf6ad64
3 changed files with 17 additions and 5 deletions
|
@ -1,3 +0,0 @@
|
||||||
# -----------------------------------------------------
|
|
||||||
# Mice : hyprctl devices
|
|
||||||
# -----------------------------------------------------
|
|
|
@ -18,6 +18,23 @@ general {
|
||||||
allow_tearing = false
|
allow_tearing = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gestures {
|
||||||
|
workspace_swipe = true
|
||||||
|
workspace_swipe_fingers = 3
|
||||||
|
workspace_swipe_distance = 500
|
||||||
|
workspace_swipe_invert = true
|
||||||
|
workspace_swipe_min_speed_to_force = 30
|
||||||
|
workspace_swipe_cancel_ratio = 0.5
|
||||||
|
workspace_swipe_create_new = true
|
||||||
|
workspace_swipe_forever = true
|
||||||
|
}
|
||||||
|
|
||||||
|
binds {
|
||||||
|
workspace_back_and_forth = true
|
||||||
|
allow_workspace_cycles = true
|
||||||
|
pass_mouse_when_bound = false
|
||||||
|
}
|
||||||
|
|
||||||
misc {
|
misc {
|
||||||
middle_click_paste = false
|
middle_click_paste = false
|
||||||
focus_on_activate = false
|
focus_on_activate = false
|
||||||
|
@ -30,7 +47,6 @@ misc {
|
||||||
vfr = false
|
vfr = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
overlay = false
|
overlay = false
|
||||||
}
|
}
|
|
@ -27,7 +27,6 @@ source = ~/.config/hypr/configs/mouse.conf
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
|
|
||||||
source = ~/.config/hypr/configs/settings.conf
|
source = ~/.config/hypr/configs/settings.conf
|
||||||
source = ~/.config/hypr/configs/devices.conf
|
|
||||||
source = ~/.config/hypr/configs/decoration/export.conf
|
source = ~/.config/hypr/configs/decoration/export.conf
|
||||||
source = ~/.config/hypr/configs/keybinds.conf
|
source = ~/.config/hypr/configs/keybinds.conf
|
||||||
source = ~/.config/hypr/configs/rules.conf
|
source = ~/.config/hypr/configs/rules.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue