[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.
This commit is contained in:
Bruno BELANYI 2019-10-08 11:12:37 +02:00
parent 787c56f789
commit cef75e94cd

View file

@ -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