From 3d56a4bb20c5bbd9958214e0a3f4cd32113ef1b6 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 6 Jan 2015 14:29:06 -0500 Subject: [PATCH] --no-startup-id for dmenu --- i3/.i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3/.i3/config b/i3/.i3/config index 77905fa..0c0f390 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -56,7 +56,7 @@ bindsym $mod+Return exec urxvt bindsym $mod+q kill # start dmenu (a program launcher) -bindsym $mod+space exec dmenu_run +bindsym $mod+space exec --no-startup-id dmenu_run # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. -- 2.20.1