From: Amin Bandali Date: Tue, 6 Jan 2015 19:29:06 +0000 (-0500) Subject: --no-startup-id for dmenu X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/3d56a4bb20c5bbd9958214e0a3f4cd32113ef1b6 --no-startup-id for dmenu --- 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.