aboutsummaryrefslogtreecommitdiff
path: root/awesome
diff options
context:
space:
mode:
Diffstat (limited to 'awesome')
-rw-r--r--awesome/.config/awesome/rc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/awesome/.config/awesome/rc.lua b/awesome/.config/awesome/rc.lua
index 2380ac6..e9bd737 100644
--- a/awesome/.config/awesome/rc.lua
+++ b/awesome/.config/awesome/rc.lua
@@ -901,7 +901,7 @@ end)
-- }}}
-- Autostart applications
-awful.spawn.with_shell("~/.config/awesome/autostart.sh")
awful.spawn.with_shell("picom --config $HOME/.config/awesome/picom.conf")
-awful.spawn.with_shell("~/.scripts/force_full_composition_nvidia.sh")
+awful.spawn.with_shell("$HOME/.config/awesome/autostart.sh")
+awful.spawn.with_shell("$HOME/.scripts/force_full_composition_nvidia.sh")
awful.spawn.with_shell("nitrogen --restore")