[hypr] feat: New modes
This commit is contained in:
parent
1de1c15acc
commit
e92c0b8f45
3 changed files with 81 additions and 3 deletions
|
|
@ -85,9 +85,6 @@ animations {
|
|||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe_fingers = 3
|
||||
workspace_swipe_min_fingers = false
|
||||
workspace_swipe_distance = 300
|
||||
workspace_swipe_invert = true
|
||||
workspace_swipe_min_speed_to_force = 30
|
||||
|
|
@ -103,6 +100,12 @@ gestures {
|
|||
workspace_swipe_forever = true
|
||||
|
||||
workspace_swipe_use_r = false
|
||||
|
||||
# hyprlang if !HYPRLAND_V_0_53
|
||||
workspace_swipe = true
|
||||
workspace_swipe_fingers = 3
|
||||
workspace_swipe_min_fingers = false
|
||||
# hyprlang endif
|
||||
}
|
||||
|
||||
group {
|
||||
|
|
@ -258,6 +261,10 @@ env = XCURSOR_SIZE,24
|
|||
# SHIFT CAPS CTRL/CONTROL ALT MOD2 MOD3 SUPER/WIN/LOGO/MOD4 MOD5
|
||||
$flag = MOD4
|
||||
|
||||
$LMB = mouse:272
|
||||
$RMB = mouse:273
|
||||
$MMB = mouse:274
|
||||
|
||||
$left = h
|
||||
$down = j
|
||||
$up = k
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue