diff options
| author | omagdy <omar.professional8777@gmail.com> | 2024-11-18 22:59:00 +0200 |
|---|---|---|
| committer | omagdy <omar.professional8777@gmail.com> | 2024-11-18 22:59:00 +0200 |
| commit | da805b1ecdd1963f490a747670460e97474e1eb8 (patch) | |
| tree | 6c1ec95aea35393355a6996375648fdf185ff68d /awesome | |
| parent | 750e399f5f1ddfdafbe50c49c5257b2de8a5e08c (diff) | |
| download | dotfiles-da805b1ecdd1963f490a747670460e97474e1eb8.tar.xz dotfiles-da805b1ecdd1963f490a747670460e97474e1eb8.zip | |
Nothing worth mentioning
Diffstat (limited to 'awesome')
| -rw-r--r-- | awesome/.config/awesome/rc.lua | 4 |
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") |
