From ed0eeabf76acdba56a4b50f2ae10d63c9304c2ad Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sun, 10 Apr 2016 18:39:06 -0700 Subject: [PATCH] Fix dmenu font size --- dotfiles/config/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/i3/config b/dotfiles/config/i3/config index d9cecf6..c07706c 100644 --- a/dotfiles/config/i3/config +++ b/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 \ No newline at end of file +#exec --no-startup-id nm-applet