diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-08-05 17:33:55 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-08-05 17:33:55 +0200 |
commit | 9f0c3986ffe06ed68ccc16aac2913a73fabfbdb2 (patch) | |
tree | cc51dfec8e54e252498ef5d315a26a23b5fd9658 /i3/config | |
parent | e90174ccd26c7dfc1e2176ba43798f7f3c5eb94c (diff) |
Fix various things
Diffstat (limited to 'i3/config')
-rw-r--r-- | i3/config | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,6 +3,7 @@ set $w2 2|mail set $w3 3|config set $w4 4|latex set $w5 5|code +set $w9 9|todo # This file has been auto-generated by i3-config-wizard(1). # It will not be overwritten, so edit it as you like. @@ -107,11 +108,11 @@ bindsym $mod+ampersand workspace $w1 bindsym $mod+bracketleft workspace $w2 bindsym $mod+braceleft workspace $w3 bindsym $mod+braceright workspace $w4 -bindsym $mod+parenleft workspace 5 +bindsym $mod+parenleft workspace $w5 bindsym $mod+equal workspace 6 bindsym $mod+asterisk workspace 7 bindsym $mod+parenright workspace 8 -bindsym $mod+plus workspace 9 +bindsym $mod+plus workspace $w9 bindsym $mod+bracketright workspace 10 # move focused container to workspace @@ -119,11 +120,11 @@ bindsym $mod+Shift+ampersand move container to workspace $w1 bindsym $mod+Shift+bracketleft move container to workspace $w2 bindsym $mod+Shift+braceleft move container to workspace $w3 bindsym $mod+Shift+braceright move container to workspace $w4 -bindsym $mod+Shift+1 move container to workspace 5 +bindsym $mod+Shift+1 move container to workspace $w5 bindsym $mod+Shift+equal move container to workspace 6 bindsym $mod+Shift+asterisk move container to workspace 7 bindsym $mod+Shift+2 move container to workspace 8 -bindsym $mod+Shift+plus move container to workspace 9 +bindsym $mod+Shift+plus move container to workspace $w9 bindsym $mod+Shift+bracketright move container to workspace 10 # reload the configuration file @@ -181,4 +182,3 @@ bindsym F1 exec $HOME/.xinitrc # Init script exec $HOME/.xinitrc - |