diff options
| author | Blista Kanjo | 2023-07-14 03:09:11 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-14 03:09:11 -0400 |
| commit | 277e4a3d7833da5d6f2346fb833070f9fb52aa93 (patch) | |
| tree | 5ed55c61e75af11e2500161a574d2efb89efa3d1 /.config | |
| parent | 3d1de55b4a7d28699528f46a6cf07b3079b77749 (diff) | |
refactor: change `autostart` script location
Diffstat (limited to '.config')
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
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 |
