From a01de139862a715ed32fd25cf60fb97e01a3c2ba Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 25 Oct 2021 15:27:00 +1100 Subject: [PATCH] fix autostart? --- rc.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rc.lua b/rc.lua index b1619c9..c9f2c55 100644 --- a/rc.lua +++ b/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") --[[