gestures update trackpad
This commit is contained in:
@@ -32,6 +32,25 @@ input {
|
||||
clickfinger_behavior = true
|
||||
}
|
||||
}
|
||||
# hyprctl devices
|
||||
device {
|
||||
name = apple-inc.-magic-trackpad
|
||||
sensitivity = 0.1
|
||||
natural_scroll = true
|
||||
}
|
||||
|
||||
# Gestures
|
||||
gesture = 4, horizontal, workspace
|
||||
gesture = 4, vertical, special, magic
|
||||
# gesture = 4, down, close
|
||||
# gesture = 4, up, dispatcher, exec, rofi -show drun
|
||||
gesture = 3, swipe, mod: SUPER, resize
|
||||
gesture = 3, swipe, mod: Alt, move
|
||||
gesture = 3, vertical, fullscreen
|
||||
gesture = 3, left, dispatcher, focusmonitor, -1
|
||||
gesture = 3, left, mod: CTRL, dispatcher, movetoworkspace, -1
|
||||
gesture = 3, right, dispatcher, focusmonitor, +1
|
||||
gesture = 3, right, mod: CTRL, dispatcher, movetoworkspace, +1
|
||||
|
||||
# General
|
||||
general {
|
||||
|
||||
Reference in New Issue
Block a user