summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <stoelp@eit.uni-kl.de>2017-10-08 20:05:39 +0200
committerjohannst <stoelp@eit.uni-kl.de>2017-10-08 20:05:39 +0200
commit2cb61bb3a5951ec82687514cc3b174a2d2406681 (patch)
tree9952de9fc62fd7c2fb43ecdd5d4a1cd9ec8d8c50
parentbb709b4b07aca3a1e1d2dda8be72808fcf6e62f3 (diff)
downloaddotfiles-2cb61bb3a5951ec82687514cc3b174a2d2406681.tar.gz
dotfiles-2cb61bb3a5951ec82687514cc3b174a2d2406681.zip
Added missing terminal & dmenu launcher in i3wm.conf
-rw-r--r--i3wm.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/i3wm.conf b/i3wm.conf
index 097de41..3094db8 100644
--- a/i3wm.conf
+++ b/i3wm.conf
@@ -17,6 +17,10 @@ font pango:Terminus 10
# mouse+$mod to move/rezie window in floating mode
floating_modifier $mod
+# launch terminal
+bindsym $mod+Return exec st
+# launch dmenu_run
+bindsym $mod+d exec dmenu_run
# kill focused Window
bindsym $mod+Shift+q kill
# reload the configuration file