diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 20:16:00 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-04 20:16:00 +0200 |
commit | 61232fb5564a6ec42124141634fbc13de5cc75d4 (patch) | |
tree | 9c2fc0b607b63a52c2f2c9bf41b9b05348f47684 /bin | |
parent | ab57868cc4d08068960504a96e8261face249363 (diff) |
added back cache removal
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/guiscripts/newwal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/guiscripts/newwal b/bin/guiscripts/newwal index b662ec7..2bb2df2 100755 --- a/bin/guiscripts/newwal +++ b/bin/guiscripts/newwal @@ -19,6 +19,7 @@ test -f "${wal:=$(realpath "$1")}" || ln -sf "$wal" "$wall" pkill swaybg # There should be only one swaybg -i "$wall" & +wal -c wal -i "$wall" # foot |