diff options
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. |