diff options
| author | Camil Staps | 2016-03-30 13:27:08 +0200 | 
|---|---|---|
| committer | Camil Staps | 2016-11-30 19:11:08 +0100 | 
| commit | b2e9d3fd48a10f234f6e517d01cba01edb0a764f (patch) | |
| tree | c282d8c1789567d160659837fc2adf0fac54532c | |
| parent | Store scrots in /tmp to minimise SSD wear (diff) | |
Bindsyms for moving workspaces
| -rw-r--r-- | i3.symlink/config | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/i3.symlink/config b/i3.symlink/config index dbaafd8..988c4e7 100644 --- a/i3.symlink/config +++ b/i3.symlink/config @@ -48,6 +48,10 @@ bindsym $mod+Shift+K move down  bindsym $mod+Shift+L move up  bindsym $mod+Shift+colon move right +# move workspaces to monitors +bindsym $mod+Up move workspace to output up +bindsym $mod+Down move workspace to output up +  # splits  bindsym $mod+h split h  bindsym $mod+v split v | 
