diff options
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 7cb28b9..959be1f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -37,8 +37,8 @@ bindsym $mod+Return exec st -f "DejaVu Sans Mono for Powerline-11.3" bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_run -nhb "dark slate gray" -nhf white -shb "forest green" -shf white -l 14 -#bindsym $mod+d exec dmenu_run -nb black -sb tomato -l 12 +#bindsym $mod+d exec dmenu_run -nhb "dark slate gray" -nhf white -shb "forest green" -shf white -l 14 +bindsym $mod+d exec dmenu_run -nb black -sb tomato -l 12 # 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. |