diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/i3/config b/config/i3/config index 61a0251..473737d 100644 --- a/config/i3/config +++ b/config/i3/config @@ -74,7 +74,7 @@ bindsym $mod+Shift+q kill # start dmenu (a program launcher) # bindsym $mod+d exec --no-startup-id dmenu_run # A more modern dmenu replacement is rofi: -bindcode $mod+40 exec "rofi -modi drun,run -show drun" +bindcode $mod+40 exec "rofi -modi drun,run -show drun -theme Arc-Dark -font 'Fira Code Nerd Font 12'" # There also is i3-dmenu-desktop which only displays applications shipping a # .desktop file. It is a wrapper around dmenu, so you need that installed. # bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop |