Add xsettingsd.

This commit is contained in:
David Tomaschik
2018-02-09 13:33:03 -08:00
parent f3125f7cd7
commit f355fe84d2
2 changed files with 46 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
setxkbmap -option ctrl:nocaps
test -x /usr/bin/xsettingsd && /usr/bin/xsettingsd &
test -f "$HOME/.env" && "$HOME/.env"
test -f "$HOME/.profile" && . "$HOME/.profile"