]> git.sur5r.net Git - i3/i3/blobdiff - i3.config
Bugfix: keypress: Only use the lower 8 bits of the mask so that mouse buttons are...
[i3/i3] / i3.config
index c6990a57e54206ceed6635136a23ef4f97f90e4d..d2cf13a09e8eca695b8c37e94f1b480a24bdb553 100644 (file)
--- a/i3.config
+++ b/i3.config
@@ -21,7 +21,7 @@ bind Mod1+45 j
 bind Mod1+46 k
 bind Mod1+47 l
 
-# Focus Container (Mod1+j/k/l/;)
+# Focus Container (Mod3+j/k/l/;)
 bind Mod3+44 wch
 bind Mod3+45 wcj
 bind Mod3+46 wck
@@ -72,9 +72,15 @@ bind Mod1+Shift+19 m10
 # Mod1+Enter starts a new terminal
 bind Mod1+36 exec /usr/bin/urxvt
 
-# Mod1+p starts dmenu and launches the selected application
+# Mod1+Shift+q kills the current client
+bind Mod1+Shift+24 kill
+
+# Mod1+v starts dmenu and launches the selected application
 # for now, we don’t have an own launcher
-bind Mod1+55 exec /usr/local/bin/dmenu_run
+bind Mod1+55 exec /usr/bin/dmenu_run
+
+# Mod1+Shift+e exits i3
+bind Mod1+Shift+26 exit
 
 # Mod1+Shift+r restarts i3 inplace
 bind Mod1+Shift+27 restart