Bind touchpad swipes to workspace navigation
This commit is contained in:
parent
03815a602f
commit
5eca39a8d3
1 changed files with 4 additions and 0 deletions
|
|
@ -160,6 +160,10 @@ input type:touchpad {
|
|||
bindsym $wm_mod+Shift+0 move container to workspace number 10
|
||||
# Note: workspaces can have any name you want, not just numbers.
|
||||
# We just use 1-10 as the default.
|
||||
|
||||
# Navigate between workspaces using the touchpad
|
||||
bindgesture --exact swipe:3:left workspace prev
|
||||
bindgesture --exact swipe:3:right workspace next
|
||||
#
|
||||
# Layout stuff:
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue