commit 4813e4d8b38adcfda0246b742e67587ad70517f0
parent e8f92fdd75d56d4d8bdd006b46de3a9d88fa24a3
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date: Mon, 15 Apr 2013 08:14:15 +0200
renamed workspace 3 to ssh
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.i3/config b/.i3/config
@@ -96,7 +96,7 @@ bindsym $mod+d focus child
# switch to workspace
bindsym $mod+1 workspace 1: www
bindsym $mod+2 workspace 2: dev
-bindsym $mod+3 workspace 3
+bindsym $mod+3 workspace 3: ssh
bindsym $mod+4 workspace 4
bindsym $mod+5 workspace 5
bindsym $mod+6 workspace 6
@@ -108,7 +108,7 @@ bindsym $mod+0 workspace 10
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1: www
bindsym $mod+Shift+2 move container to workspace 2: dev
-bindsym $mod+Shift+3 move container to workspace 3
+bindsym $mod+Shift+3 move container to workspace 3: ssh
bindsym $mod+Shift+4 move container to workspace 4
bindsym $mod+Shift+5 move container to workspace 5
bindsym $mod+Shift+6 move container to workspace 6