From a5f640c6481902c811a167a8ee7e43b0e7e2689d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 13 Aug 2018 21:21:30 +0800 Subject: [PATCH] Use rofi --- config | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config b/config index 9ded7ec..8cd32d0 100644 --- a/config +++ b/config @@ -31,9 +31,11 @@ bindsym $mod+Return exec sakura bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+Shift+d exec dmenu_run -bindsym $mod+d exec --no-startup-id i3-dmenu-desktop -#bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu +bindsym $mod+Shift+w exec --no-startup-id rofi -show window +bindsym $mod+d exec --no-startup-id rofi -show run +# bindsym $mod+Shift+d exec dmenu_run +# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop +# bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu # 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.