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