--no-startup-id for dmenu
authorAmin Bandali <me@aminb.org>
Tue, 6 Jan 2015 19:29:06 +0000 (14:29 -0500)
committerAmin Bandali <me@aminb.org>
Tue, 6 Jan 2015 19:29:06 +0000 (14:29 -0500)
i3/.i3/config

index 77905fa..0c0f390 100644 (file)
@@ -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.