From 7e54804d221a419d082b34f55e1d3919a3726ef2 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Mon, 26 Jun 2023 12:47:59 +0200 Subject: dwmblocks stuff --- shell-scripts/linkhandler | 0 shell-scripts/set-bg | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 shell-scripts/linkhandler (limited to 'shell-scripts') diff --git a/shell-scripts/linkhandler b/shell-scripts/linkhandler old mode 100644 new mode 100755 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 -- cgit v1.2.3