diff options
Diffstat (limited to 'mut')
| -rwxr-xr-x | mut/bin/setbg | 2 | ||||
| -rw-r--r-- | mut/st/config.h | 2 |
2 files changed, 2 insertions, 2 deletions
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; |
