This commit is contained in:
thek4n 2025-11-28 10:18:08 +03:00
parent d8b349f0d8
commit 4d063a44f4

View File

@ -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 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 bindsym $mod+Shift+minus move scratchpad
@ -191,6 +191,12 @@ input type:touchpad {
drag_lock disabled drag_lock disabled
} }
bindgesture swipe:3:right workspace next bindgesture swipe:4:right workspace next
bindgesture swipe:3:left workspace prev bindgesture swipe:4:left workspace prev
bindgesture swipe:3:up exec $menu 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