xsettings: use xsettingsd

This commit is contained in:
Vincent Bernat 2014-09-17 10:12:14 +02:00
parent 2a1920d02c
commit 3698e6c650
3 changed files with 5 additions and 6 deletions

View file

@ -1,9 +1,3 @@
!! Xft
Xft.antialias: true
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.rgba: rgb
!! Colors, stolen from http://xcolors.net/dl/derp
*color0: #111111
*color8: #666666

View file

@ -41,6 +41,7 @@ case "$(hostname)" in
;;
esac
xsettingsd -c ~/.config/awesome/xsettingsd &
xss-lock start &
inputplug -0 -c ~/.config/awesome/bin/input-event 2> /dev/null
rfkill block all 2> /dev/null

4
xsettingsd Normal file
View file

@ -0,0 +1,4 @@
Xft/Antialias 1
Xft/Hinting 1
Xft/HintStyle "hintslight"
Xft/RGBA "rgb"