mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
commit
48a7022e8c
@ -83,15 +83,19 @@ 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
|
||||
bindsym $mod+Ctrl+j move workspace to output down
|
||||
|
||||
bindsym $mod+k focus up
|
||||
bindsym $mod+Shift+k move up 30
|
||||
bindsym $mod+Ctrl+k move workspace to output up
|
||||
|
||||
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 +183,13 @@ 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+Ctrl+Down move workspace to output down
|
||||
bindsym $mod+Up focus up
|
||||
bindsym $mod+Ctrl+Up move workspace to output up
|
||||
bindsym $mod+Right focus right
|
||||
bindsym $mod+Ctrl+Right move workspace to output right
|
||||
bindsym $mod+Shift+Left move left
|
||||
bindsym $mod+Shift+Down move down
|
||||
bindsym $mod+Shift+Up move up
|
||||
|
||||
@ -133,6 +133,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