diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-06-04 10:16:12 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-06-04 10:16:12 -0500 |
| commit | b69040fda091cb2a55e00c05e924cd0c0a42cb57 (patch) | |
| tree | 7b6c8282841c2f6a3767c12d5d8bd053847454e9 /env/.config/awesome | |
| parent | edf3d20945518c55394975b3641229124776d195 (diff) | |
fixed awesome autostart dir. added wallpaper setter script. made no extension be filetype sh in neovim. renamed some scripts.
Diffstat (limited to 'env/.config/awesome')
| -rw-r--r-- | env/.config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.config/awesome/rc.lua b/env/.config/awesome/rc.lua index 6dc5b2a..181b46e 100644 --- a/env/.config/awesome/rc.lua +++ b/env/.config/awesome/rc.lua @@ -551,4 +551,4 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- autostart applets -awful.spawn.with_shell("~/.local/bin/start_scripts/autostart.sh") +awful.spawn.with_shell("~/.local/bin/system/start_scripts/autostart.sh") |
