diff options
author | Karel Kočí <cynerd@email.cz> | 2016-09-12 16:06:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-09-12 16:06:17 +0200 |
commit | 97583f047ff5901684400483cb00d66d1aaad26d (patch) | |
tree | 9ed365068b913cc410dd32c1b6fac55db1847ca3 | |
parent | dccd4c32f73fbe21e2d471467b45bacad6dfc4a2 (diff) | |
download | myconfigs-97583f047ff5901684400483cb00d66d1aaad26d.tar.gz myconfigs-97583f047ff5901684400483cb00d66d1aaad26d.tar.bz2 myconfigs-97583f047ff5901684400483cb00d66d1aaad26d.zip |
Replace dmenu to use desktop files instead
-rw-r--r-- | config/i3/config | 10 |
1 files 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 |