]> git.sur5r.net Git - i3/i3/blobdiff - i3.config
Merge branch 'master' into next
[i3/i3] / i3.config
index afd2fe5d32098f0a254535a0a60b5f327c316523..7d7fce3301c664cf34326b5b8a1b84c579e77d26 100644 (file)
--- a/i3.config
+++ b/i3.config
@@ -16,13 +16,13 @@ font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
 floating_modifier Mod1
 
 # start a terminal
-bindsym Mod1+Return exec /usr/bin/urxvt
+bindsym Mod1+Return exec i3-sensible-terminal
 
 # kill focused window
 bindsym Mod1+Shift+q kill
 
 # start dmenu (a program launcher)
-bindsym Mod1+d exec /usr/bin/dmenu_run
+bindsym Mod1+d exec dmenu_run
 
 # change focus
 bindsym Mod1+j focus left
@@ -44,9 +44,9 @@ bindsym Mod1+Shift+semicolon move right
 
 # alternatively, you can use the cursor keys:
 bindsym Mod1+Shift+Left move left
-bindsym Mod1+Shift+Right move right
 bindsym Mod1+Shift+Down move down
 bindsym Mod1+Shift+Up move up
+bindsym Mod1+Shift+Right move right
 
 # split in horizontal orientation
 bindsym Mod1+h split h
@@ -144,3 +144,18 @@ mode "resize" {
 }
 
 bindsym Mod1+r mode "resize"
+
+# Start i3bar to display a workspace bar (plus the system information i3status
+# finds out, if available)
+exec i3status | i3bar -d
+
+#######################################################################
+# automatically start i3-config-wizard to offer the user to create a
+# keysym-based config which used his favorite modifier (alt or windows)
+#
+# i3-config-wizard will not launch if there already is a config file
+# in ~/.i3/config.
+#
+# Please remove the following exec line:
+#######################################################################
+exec i3-config-wizard