Removed explicit font from most dmenu calls, dmenu font is read from Xresources now and kept as uniform as possible

This commit is contained in:
Maarten van Gompel 2021-01-31 12:41:53 +01:00
parent 9d1527218a
commit 24905884ee
20 changed files with 38 additions and 34 deletions

View file

@ -35,6 +35,7 @@ xdefaults() {
xsetroot -mod 29 29 -fg '#0b3a4c' -bg '#082430'
xset s off -dpms
xrdb /usr/share/sxmo/appcfg/xresources_xcalc.xr
xrdb /usr/share/sxmo/appcfg/xresources_dmenu.xr
synclient TapButton1=1 TapButton2=3 TapButton3=2 MinSpeed=0.25
}