diff options
author | 135e2 <[email protected]> | 2022-03-18 10:44:11 +0800 |
---|---|---|
committer | 135e2 <[email protected]> | 2022-03-18 10:44:11 +0800 |
commit | 1c1b11ed5a404ad548fb70ae65b130bea04fa4ad (patch) | |
tree | 7dca229578a3851d59ebd7477a2e641af2fb542f | |
parent | 6cd04f37f7275b90513d405e6cb42610355aa604 (diff) | |
download | dotfiles-1c1b11ed5a404ad548fb70ae65b130bea04fa4ad.tar.gz dotfiles-1c1b11ed5a404ad548fb70ae65b130bea04fa4ad.tar.bz2 dotfiles-1c1b11ed5a404ad548fb70ae65b130bea04fa4ad.zip |
config/i3: update to 20220318
- Update rofi 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 |