diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-03-08 21:49:24 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-03-08 21:49:24 +0000 |
commit | d00932e33546e059b018cb418ead30f8394c6cd2 (patch) | |
tree | ba391dc9b8433b48fab11f02b30186e055c788bd /.config | |
parent | 34cca98a51c2e9cee58d80d2c70c3dd1dc598739 (diff) |
More fixes for the River autostart script ref swaylock wallpaper
Diffstat (limited to '.config')
-rwxr-xr-x | .config/river/autostart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/river/autostart.sh b/.config/river/autostart.sh index 5b4065c..a974058 100755 --- a/.config/river/autostart.sh +++ b/.config/river/autostart.sh @@ -29,7 +29,7 @@ dunst & pkill -f wlsunset wlsunset -l 57.4 -L -1.9 & -export wallpaper='~/.cache/wallpaper' +export wallpaper=$( echo $wallpaper) pkill -f swayidle swayidle -w \ |