diff options
Diffstat (limited to 'i3')
-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 - |