From 277e4a3d7833da5d6f2346fb833070f9fb52aa93 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 14 Jul 2023 03:09:11 -0400 Subject: refactor: change `autostart` script location --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome') diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 2d291e0..8822dfd 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -765,7 +765,7 @@ gears.timer { -- awful.spawn.with_shell("") -- awful.spawn.easy_async_with_shell("") -awful.spawn.easy_async_with_shell("~/.config/awesome/autorun.sh") +awful.spawn.easy_async_with_shell("~/.local/bin/awesome-autorun") -- Client Swallowing Function -- cgit v1.2.3