From e9ef428ece935972e0d255f4d4655cc720a33f45 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Wed, 11 Sep 2024 15:37:46 +0200 Subject: jim --- mut/bin/setbg | 2 +- mut/st/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mut') diff --git a/mut/bin/setbg b/mut/bin/setbg index accfe7d..7f5977d 100755 --- a/mut/bin/setbg +++ b/mut/bin/setbg @@ -11,7 +11,7 @@ if [ $reload -eq 1 ]; then wal -R else if [ -z "$1" ]; then - sxiv -tob ~/bg | parallel wal -i + sxiv -tob ~/Wallpapers | xargs wal -i else wal -i "$1" fi diff --git a/mut/st/config.h b/mut/st/config.h index d89d07a..c390ed9 100644 --- a/mut/st/config.h +++ b/mut/st/config.h @@ -107,7 +107,7 @@ char *termname = "st-256color"; unsigned int tabspaces = 8; /* bg opacity */ -float alpha = 0.8; +float alpha = 1.0; float alphaOffset = 0.0; float alphaUnfocus; -- cgit v1.2.3