fix autostart?
This commit is contained in:
parent
7c12072e1d
commit
a01de13986
10
rc.lua
10
rc.lua
@ -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")
|
||||
--[[
|
||||
|
Loading…
Reference in New Issue
Block a user