rc: run xsettingsd early

This commit is contained in:
Vincent Bernat 2015-07-24 06:23:46 +02:00
parent 6088fe87a8
commit df962d1e75
2 changed files with 3 additions and 1 deletions

3
rc.lua
View file

@ -42,6 +42,9 @@ loadrc("errors") -- errors and debug stuff
os.execute("test -d " .. awful.util.getdir("cache") ..
" || mkdir -p " .. awful.util.getdir("cache"))
-- Setup xsettings
os.execute("~/.config/awesome/bin/xsettingsd-setup")
-- Global configuration
modkey = "Mod4"
config = {}