aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/rc.lua
diff options
context:
space:
mode:
authorBlista Kanjo2023-07-14 03:09:11 -0400
committerBlista Kanjo2023-07-14 03:09:11 -0400
commit277e4a3d7833da5d6f2346fb833070f9fb52aa93 (patch)
tree5ed55c61e75af11e2500161a574d2efb89efa3d1 /.config/awesome/rc.lua
parent3d1de55b4a7d28699528f46a6cf07b3079b77749 (diff)
refactor: change `autostart` script location
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r--.config/awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
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