summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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