From 2cb61bb3a5951ec82687514cc3b174a2d2406681 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 8 Oct 2017 20:05:39 +0200 Subject: Added missing terminal & dmenu launcher in i3wm.conf --- i3wm.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3