Browse Source

Fix dmenu font size

Taylor Bockman 8 years ago
parent
commit
bc6186fad9
  1. 2
      dotfiles/config/i3/config

2
dotfiles/config/i3/config

@ -47,7 +47,7 @@ bindsym $mod+Mod1+l exec physlock -d
bindsym $mod+Mod1+h exec physlock -d & systemctl hibernate
# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run
bindsym $mod+d exec dmenu_run -fn 'Inconsolata:pixelsize=12'
# 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.

Loading…
Cancel
Save