summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-06-21 23:55:13 +0200
committerStefan Ritter <xeno@thehappy.de>2011-06-21 23:55:13 +0200
commit6c2548031c06fe8bb6d39e608614253854c4a388 (patch)
treec39d78ad03d158a2302a2bc8434b23b2411cff2f
parentb2b6155e3ff338d7e4168cbe9a6c76a3e700779d (diff)
Fix i3 config
-rw-r--r--i3/config80
1 files changed, 38 insertions, 42 deletions
diff --git a/i3/config b/i3/config
index 4e57226..52cb65c 100644
--- a/i3/config
+++ b/i3/config
@@ -7,7 +7,7 @@ workspace 6 div
workspace 7 div
workspace 8 div
workspace 9 div
-workspace 10 aud
+workspace 10 div
client.focused #303030 #202020 #fecf35
client.unfocused #303030 #202020 #b8b8b8
@@ -20,54 +20,50 @@ bar.urgent #303030 #202020 #ff9800
font *-xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-*
workspace_bar yes
-#new_window bp
-set $mod Mod1
-floating_modifier $mod
+bind mod1+58 f
+bind mod1+43 s
+bind mod1+47 d
+bind mod1+65 t
-bind $mod+58 f # Fullscreen
-bind $mod+43 s # Stacked layout
-bind $mod+65 t # Toggle floating
+bind mod1+44 h
+bind mod1+45 j
+bind mod1+31 k
+bind mod1+46 l
-# Focus ($mod+j/k/l/;)
-bind $mod+44 h # Focus left
-bind $mod+45 j # Focus down
-bind $mod+31 k # Focus up
-bind $mod+46 l # Focus right
+bind mod1+shift+44 mh
+bind mod1+shift+45 mj
+bind mod1+shift+31 mk
+bind mod1+shift+46 ml
-bind $mod+Shift+44 mh # Move left
-bind $mod+Shift+45 mj # Move down
-bind $mod+Shift+31 mk # Move up
-bind $mod+Shift+46 ml # Move right
+bind mod1+10 1
+bind mod1+11 2
+bind mod1+12 3
+bind mod1+13 4
+bind mod1+14 5
+bind mod1+15 6
+bind mod1+16 7
+bind mod1+17 8
+bind mod1+18 9
+bind mod1+19 10
-bind $mod+10 1
-bind $mod+11 2
-bind $mod+12 3
-bind $mod+13 4
-bind $mod+14 5
-bind $mod+15 6
-bind $mod+16 7
-bind $mod+17 8
-bind $mod+18 9
-bind $mod+19 10
+bind mod1+shift+10 m1
+bind mod1+shift+11 m2
+bind mod1+shift+12 m3
+bind mod1+shift+13 m4
+bind mod1+shift+14 m5
+bind mod1+shift+15 m6
+bind mod1+shift+16 m7
+bind mod1+shift+17 m8
+bind mod1+shift+18 m9
+bind mod1+shift+19 m10
-bind $mod+Shift+10 m1
-bind $mod+Shift+11 m2
-bind $mod+Shift+12 m3
-bind $mod+Shift+13 m4
-bind $mod+Shift+14 m5
-bind $mod+Shift+15 m6
-bind $mod+Shift+16 m7
-bind $mod+Shift+17 m8
-bind $mod+Shift+18 m9
-bind $mod+Shift+19 m10
+bind mod1+36 exec /usr/bin/urxvt
+bind mod1+26 exec /usr/bin/xscreensaver-command -lock
+bind mod1+33 exec /usr/bin/dmenu_run -nb "#000000" -nf "#fecf35" -sb "#303030" -sf "#fecf35"
-bind $mod+36 exec /usr/bin/urxvt
-bind $mod+26 exec /usr/bin/xscreensaver-command -lock
-bind $mod+33 exec /usr/bin/dmenu_run -nb "#000000" -nf "#fecf35" -sb "#303030" -sf "#fecf35"
-
-bind $mod+Shift+33 exit
-bind $mod+Shift+45 restart
+bind mod1+shift+33 exit
+bind mod1+shift+45 restart
exec i3status | dzen2 -bg '#000000' -fn '-xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-*'