From da805b1ecdd1963f490a747670460e97474e1eb8 Mon Sep 17 00:00:00 2001 From: omagdy Date: Mon, 18 Nov 2024 22:59:00 +0200 Subject: Nothing worth mentioning --- awesome/.config/awesome/rc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'awesome') 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") -- cgit v1.2.3