add move to next/prev workspace

This commit is contained in:
lelgenio 2020-10-20 16:19:29 -03:00
parent 2b6fa172b1
commit 4df611886c
1 changed files with 3 additions and 0 deletions

View File

@ -136,6 +136,9 @@
bindsym $mod+Shift+$up move up
bindsym $mod+Shift+$right move right
bindsym $mod+Shift+{{@@ key.tabL @@}} move workspace prev
bindsym $mod+Shift+{{@@ key.tabR @@}} move workspace next
# Resizing containers:
bindsym $mod+Control+$left resize shrink width 10px
bindsym $mod+Control+$down resize grow height 10px