mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-03 14:54:21 +02:00
rc: run xsettingsd early
This commit is contained in:
parent
6088fe87a8
commit
df962d1e75
2 changed files with 3 additions and 1 deletions
3
rc.lua
3
rc.lua
|
@ -42,6 +42,9 @@ loadrc("errors") -- errors and debug stuff
|
||||||
os.execute("test -d " .. awful.util.getdir("cache") ..
|
os.execute("test -d " .. awful.util.getdir("cache") ..
|
||||||
" || mkdir -p " .. awful.util.getdir("cache"))
|
" || mkdir -p " .. awful.util.getdir("cache"))
|
||||||
|
|
||||||
|
-- Setup xsettings
|
||||||
|
os.execute("~/.config/awesome/bin/xsettingsd-setup")
|
||||||
|
|
||||||
-- Global configuration
|
-- Global configuration
|
||||||
modkey = "Mod4"
|
modkey = "Mod4"
|
||||||
config = {}
|
config = {}
|
||||||
|
|
|
@ -3,7 +3,6 @@ awful.util.spawn("compton --backend glx --xrender-sync --xrender-sync-fence --vs
|
||||||
|
|
||||||
-- Start idempotent commands
|
-- Start idempotent commands
|
||||||
local execute = {
|
local execute = {
|
||||||
"~/.config/awesome/bin/xsettingsd-setup",
|
|
||||||
-- Start PulseAudio
|
-- Start PulseAudio
|
||||||
"pulseaudio --check || pulseaudio -D",
|
"pulseaudio --check || pulseaudio -D",
|
||||||
"udisks-glue -p /run/user/$(id -u)/udisks-glue.pid",
|
"udisks-glue -p /run/user/$(id -u)/udisks-glue.pid",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue