mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Commands to move worksapces around screens
This commit is contained in:
parent
6169f18131
commit
ab9b7616ce
@ -83,6 +83,7 @@ bindsym $mod+g workspace prev
|
||||
|
||||
bindsym $mod+h focus left
|
||||
bindsym $mod+Shift+h move left 30
|
||||
bindsym $mod+Ctrl+h move workspace to output left
|
||||
|
||||
bindsym $mod+j focus down
|
||||
bindsym $mod+Shift+j move down 30
|
||||
@ -92,6 +93,7 @@ bindsym $mod+Shift+k move up 30
|
||||
|
||||
bindsym $mod+l focus right
|
||||
bindsym $mod+Shift+l move right 30
|
||||
bindsym $mod+Ctrl+l move workspace to output right
|
||||
|
||||
bindsym $mod+z gaps outer current plus 5
|
||||
bindsym $mod+Shift+z gaps outer current minus 5
|
||||
@ -179,9 +181,11 @@ bindsym $mod+F2 restart
|
||||
|
||||
# #---Arrow Keys---# #
|
||||
bindsym $mod+Left focus left
|
||||
bindsym $mod+Ctrl+Left move workspace to output left
|
||||
bindsym $mod+Down focus down
|
||||
bindsym $mod+Up focus up
|
||||
bindsym $mod+Right focus right
|
||||
bindsym $mod+Ctrl+Right move workspace to output left
|
||||
bindsym $mod+Shift+Left move left
|
||||
bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Shift+Up move up
|
||||
|
||||
@ -132,6 +132,8 @@ This indicates the direction that the next window will spawn.
|
||||
.ITEM
|
||||
\f(CWMod+H/J/K/L\fP \(en Move a window around
|
||||
.ITEM
|
||||
\f(CWMod+Ctrl+h/j/k/l\fP \(en Move a workspace around screens
|
||||
.ITEM
|
||||
\f(CWMod+Y/U/I/O\fP \(en Resize windows
|
||||
.ITEM
|
||||
\f(CWMod+/\fP \(en Spawn vertical terminal
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user