diff options
Diffstat (limited to 'config')
-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 |