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") --[[