diff --git a/arch/i3/config b/arch/i3/config index bb67d0c..5fb3d70 100644 --- a/arch/i3/config +++ b/arch/i3/config @@ -47,7 +47,12 @@ bindsym $mod+Shift+q kill # 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 + +# alternatively, you can use rofi +bindsym $mod+d exec rofi -modi drun -show drun \ + -config ~/.config/rofi/rofidmenu.rasi + # change focus bindsym $mod+$left focus left