From 9f0c3986ffe06ed68ccc16aac2913a73fabfbdb2 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 5 Aug 2015 17:33:55 +0200 Subject: Fix various things --- i3/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'i3') diff --git a/i3/config b/i3/config index d683606..35a390a 100644 --- a/i3/config +++ b/i3/config @@ -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 - -- cgit v1.2.3