From cef75e94cd96744e950509da2269eb4f912af9ff Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 8 Oct 2019 11:12:37 +0200 Subject: [PATCH] [UPDATE][I3] Launch rofi without dmenu theme I want to try it out for a bit, see which one I prefer. I'll keep my own dmenu theme for now though, because I still think it might be more adapted in certain use-cases. --- i3/.config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 7f5e189..6be986b 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -34,11 +34,11 @@ bindsym $mod+Return exec i3-sensible-terminal bindsym $mod+Shift+q kill # start rofi (a program launcher) -bindsym $mod+Shift+d exec --no-startup-id rofi -show run -width 100 -disable-history -theme my_dmenu +bindsym $mod+Shift+d exec --no-startup-id rofi -show run -disable-history # 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 rofi -show drun -width 100 -disable-history -theme my_dmenu +bindsym $mod+d exec --no-startup-id rofi -show drun -disable-history # change focus bindsym $mod+h focus left