summaryrefslogtreecommitdiffstats
path: root/i3
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2015-01-26 23:44:39 -0500
committerAmin Bandali <me@aminb.org>2015-01-26 23:44:39 -0500
commit2a1ee0df3498a1206e127f1c975834b43b96546f (patch)
tree04be16f6f8d7445cf2a405d97794b708855ebe65 /i3
parentce84ebeca0d9d910cb94aa3feb6fd084bcd910eb (diff)
downloadconfigs-2a1ee0df3498a1206e127f1c975834b43b96546f.tar.gz
configs-2a1ee0df3498a1206e127f1c975834b43b96546f.tar.xz
configs-2a1ee0df3498a1206e127f1c975834b43b96546f.zip
[i3] update ws 4-6
since I'm using emacs for git and email
Diffstat (limited to '')
-rw-r--r--i3/.i3/config13
1 files changed, 5 insertions, 8 deletions
diff --git a/i3/.i3/config b/i3/.i3/config
index fd4dda5..a68880f 100644
--- a/i3/.i3/config
+++ b/i3/.i3/config
@@ -38,9 +38,7 @@ set $urgentred #B33A3A
set $ws1 "1:"
set $ws2 "2:"
set $ws3 "3:"
-set $ws4 "4:"
-set $ws5 "5:"
-set $ws6 "6:"
+set $ws4 "4:"
# set $default_gaps_inner 10
# set $default_gaps_outer 0
@@ -117,8 +115,8 @@ bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2
bindsym $mod+3 workspace $ws3
bindsym $mod+4 workspace $ws4
-bindsym $mod+5 workspace $ws5
-bindsym $mod+6 workspace $ws6
+bindsym $mod+5 workspace 5
+bindsym $mod+6 workspace 6
bindsym $mod+7 workspace 7
bindsym $mod+8 workspace 8
bindsym $mod+9 workspace 9
@@ -132,8 +130,8 @@ bindsym $mod+Shift+1 move container to workspace number $ws1
bindsym $mod+Shift+2 move container to workspace number $ws2
bindsym $mod+Shift+3 move container to workspace number $ws3
bindsym $mod+Shift+4 move container to workspace number $ws4
-bindsym $mod+Shift+5 move container to workspace number $ws5
-bindsym $mod+Shift+6 move container to workspace number $ws6
+bindsym $mod+Shift+5 move container to workspace 5
+bindsym $mod+Shift+6 move container to workspace 6
bindsym $mod+Shift+7 move container to workspace 7
bindsym $mod+Shift+8 move container to workspace 8
bindsym $mod+Shift+9 move container to workspace 9
@@ -231,7 +229,6 @@ for_window [class="(?i)emacs"] border none
assign [class="(?i)firefox"] $ws1
assign [class="(?i)urxvt"] $ws2
assign [class="(?i)emacs"] $ws3
-assign [class="(?i)thunderbird"] $ws6
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)