diff options
author | Amin Bandali <me@aminb.org> | 2015-01-06 14:29:06 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-01-06 14:29:06 -0500 |
commit | 3d56a4bb20c5bbd9958214e0a3f4cd32113ef1b6 (patch) | |
tree | 62c3541d53c56c8283fb9f12753eabefe62967be /i3 | |
parent | b176d960386f6982fa1423fa0365d3868cb858b3 (diff) | |
download | configs-3d56a4bb20c5bbd9958214e0a3f4cd32113ef1b6.tar.gz configs-3d56a4bb20c5bbd9958214e0a3f4cd32113ef1b6.tar.xz configs-3d56a4bb20c5bbd9958214e0a3f4cd32113ef1b6.zip |
--no-startup-id for dmenu
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
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. |