From ebd7b86e4ce6cd03e3e467a04f99f44d96a062d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Mon, 27 Jan 2020 21:44:06 +0100 Subject: [PATCH] i3: dmenu font and selected background as in i3 --- .config/i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index db44024..aed1a7a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -7,6 +7,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. font pango:Fantasque Sans Mono 30px +set $dmenu_font "Fantasque Sans Mono:pixelsize=30" # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status @@ -30,7 +31,7 @@ bindsym $mod+e exec "emacsclient -n -c" bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+p exec dmenu_run +bindsym $mod+p exec dmenu_run -fn $dmenu_font -sb '#107d4a' # change focus bindsym $mod+h focus left