gesture
This commit is contained in:
parent
d8b349f0d8
commit
4d063a44f4
@ -86,7 +86,7 @@ bindsym --to-code Shift+$mod+Print exec --no-startup-id screenshot window save
|
||||
bindsym --to-code Shift+Ctrl+Print exec --no-startup-id screenshot entire save
|
||||
|
||||
|
||||
bindsym --to-code $mod+q exec swaymsg workspace hide1; workspace hide2
|
||||
bindsym --to-code $mod+q workspace hide1; workspace hide2
|
||||
|
||||
|
||||
bindsym $mod+Shift+minus move scratchpad
|
||||
@ -191,6 +191,12 @@ input type:touchpad {
|
||||
drag_lock disabled
|
||||
}
|
||||
|
||||
bindgesture swipe:3:right workspace next
|
||||
bindgesture swipe:3:left workspace prev
|
||||
bindgesture swipe:3:up exec $menu
|
||||
bindgesture swipe:4:right workspace next
|
||||
bindgesture swipe:4:left workspace prev
|
||||
bindgesture swipe:4:up exec $menu
|
||||
bindgesture swipe:4:down workspace hide1; workspace hide2
|
||||
|
||||
bindgesture swipe:3:right focus right
|
||||
bindgesture swipe:3:left focus left
|
||||
bindgesture swipe:3:up focus up
|
||||
bindgesture swipe:3:down focus down
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user