From 97583f047ff5901684400483cb00d66d1aaad26d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 12 Sep 2016 16:06:17 +0200 Subject: Replace dmenu to use desktop files instead --- config/i3/config | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/config/i3/config b/config/i3/config index e8211e0..a3340aa 100644 --- a/config/i3/config +++ b/config/i3/config @@ -1,9 +1,3 @@ -# This file has been auto-generated by i3-config-wizard(1). -# It will not be overwritten, so edit it as you like. -# -# Should you change your keyboard layout some time, delete -# this file and re-run i3-config-wizard(1). - # i3 config file (v4) # # Please see http://i3wm.org/docs/userguide.html for a complete reference! @@ -36,11 +30,11 @@ bindsym $mod+Shift+Return exec conkeror & pidgin bindsym $mod+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run +#bindsym $mod+d exec 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. -#bindsym $mod+d exec --no-startup-id i3-dmenu-desktop +bindsym $mod+d exec --no-startup-id i3-dmenu-desktop --entry-type=filename # bar toggle, hide or show bindsym $mod+m bar mode toggle -- cgit v1.2.3