diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/i3/config b/config/i3/config index 46451e4..430993e 100644 --- a/config/i3/config +++ b/config/i3/config @@ -34,7 +34,7 @@ bindsym $mod+q kill # 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. -bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --entry-type=filename +bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --entry-type=name # bar toggle, hide or show bindsym $mod+m bar mode toggle |