Browse Source

Fix dmenu font size

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

4
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.
@ -184,4 +184,4 @@ bar {
tray_output primary
}
#exec --no-startup-id nm-applet
#exec --no-startup-id nm-applet

Loading…
Cancel
Save