summaryrefslogtreecommitdiff
path: root/shell-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'shell-scripts')
-rwxr-xr-x[-rw-r--r--]shell-scripts/linkhandler0
-rw-r--r--shell-scripts/set-bg3
2 files changed, 2 insertions, 1 deletions
diff --git a/shell-scripts/linkhandler b/shell-scripts/linkhandler
index f62b581..f62b581 100644..100755
--- a/shell-scripts/linkhandler
+++ b/shell-scripts/linkhandler
diff --git a/shell-scripts/set-bg b/shell-scripts/set-bg
index 6ee9f96..bede726 100644
--- a/shell-scripts/set-bg
+++ b/shell-scripts/set-bg
@@ -7,7 +7,8 @@ while getopts "r" opt; do
esac
done
if [ $reload -eq 1 ]; then
- (cat ~/.cache/wal/sequences &)
+ # (cat ~/.cache/wal/sequences &)
+ wal -R
else
sxiv -tob ~/bg | parallel wal -i
fi