summaryrefslogtreecommitdiff
path: root/shell-scripts
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-06-26 12:47:59 +0200
committerMike Vink <mike1994vink@gmail.com>2023-06-26 12:47:59 +0200
commit7e54804d221a419d082b34f55e1d3919a3726ef2 (patch)
tree66d4632e361fedd2d74e841c67be473e494b082b /shell-scripts
parenta4010ac62a6b24a6a73d266b4f4242dc5ed7098c (diff)
dwmblocks stuff
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