From 1fa8b7ba4d5e539f2ed5dda04a4d90773ac743e3 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Sat, 14 Mar 2020 22:37:20 +0100 Subject: [PATCH] Edit .Xresources configuration --- botfiles/.Xresources | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/botfiles/.Xresources b/botfiles/.Xresources index 1dcdb3a..18f0c97 100644 --- a/botfiles/.Xresources +++ b/botfiles/.Xresources @@ -4,6 +4,14 @@ *.border_unfocused: #353234 *.border_focused: #144949 +! dmenu +dmenu.selbackground: #144949 +dmenu.selforeground: #dfdfdf +dmenu.font: Inconsolata:pixelsize=14:antialias=true:autohint=true:hintstyle=hintmedium + +! st +st.font: Inconsolata:pixelsize=15:antialias=true:autohint=true:hintstyle=hintmedium + ! black *.color0: #000000 @@ -36,6 +44,3 @@ ! white *.color7: #cccccc - -st.font: Inconsolata:pixelsize=15:antialias=true:autohint=true:hintstyle=hintmedium -