also change the cursor keys to the new move syntax
This commit is contained in:
parent
579551a2bd
commit
0df960b7d7
|
@ -72,10 +72,10 @@ bindsym Mod1+Shift+t move up
|
|||
bindsym Mod1+Shift+d move right
|
||||
|
||||
# alternatively, you can use the cursor keys:
|
||||
bindsym Mod1+Shift+Left move before h
|
||||
bindsym Mod1+Shift+Right move after h
|
||||
bindsym Mod1+Shift+Down move before v
|
||||
bindsym Mod1+Shift+Up move after v
|
||||
bindsym Mod1+Shift+Left move left
|
||||
bindsym Mod1+Shift+Right move right
|
||||
bindsym Mod1+Shift+Down move down
|
||||
bindsym Mod1+Shift+Up move up
|
||||
|
||||
# Workspaces (Mod1+1/2/…)
|
||||
bindsym Mod1+1 workspace 1
|
||||
|
|
Loading…
Reference in New Issue