fix autostart?

This commit is contained in:
Izaya 2021-10-25 15:27:00 +11:00
parent 7c12072e1d
commit a01de13986
1 changed files with 5 additions and 5 deletions

10
rc.lua
View File

@ -689,11 +689,11 @@ end)
awful.spawn.with_shell(
'if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi;' ..
'xrdb -merge <<< "awesome.started:true";' ..
'corectrl' ..
'nextcloud' ..
'SSH_ASKPASS_REQUIRE=force ssh-add' ..
'xinput set-prop "Logitech MX518 Gaming Mouse" "libinput Accel Profile Enabled" 0, 0' ..
'dex --environment Awesome --autostart --search-paths "$XDG_CONFIG_DIRS/autostart:$XDG_CONFIG_HOME/autostart"' -- https://github.com/jceb/dex
'corectrl;' ..
'nextcloud;' ..
'SSH_ASKPASS_REQUIRE=force ssh-add;' ..
'xinput set-prop "Logitech MX518 Gaming Mouse" "libinput Accel Profile Enabled" 0, 0;' ..
'dex --environment Awesome --autostart --search-paths "$XDG_CONFIG_DIRS/autostart:$XDG_CONFIG_HOME/autostart";' -- https://github.com/jceb/dex
)
gears.wallpaper.set("#000000")
--[[