mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-31 08:14:26 +02:00
xsettings: use xsettingsd
This commit is contained in:
parent
2a1920d02c
commit
3698e6c650
3 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
1
xsession
1
xsession
|
@ -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
4
xsettingsd
Normal file
|
@ -0,0 +1,4 @@
|
|||
Xft/Antialias 1
|
||||
Xft/Hinting 1
|
||||
Xft/HintStyle "hintslight"
|
||||
Xft/RGBA "rgb"
|
Loading…
Add table
Add a link
Reference in a new issue