From 561b7e58cd0acaf8f7616ab1b257f9c2d91a7185 Mon Sep 17 00:00:00 2001 From: Niklas Date: Sun, 12 Jul 2020 18:04:38 +0200 Subject: [PATCH] added multi monitor support for select bg --- .local/share/scripts/select-bg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/share/scripts/select-bg.sh b/.local/share/scripts/select-bg.sh index 91afc24..834367d 100755 --- a/.local/share/scripts/select-bg.sh +++ b/.local/share/scripts/select-bg.sh @@ -2,7 +2,7 @@ # required packages: # - sxiv -SELECT=$(sxiv -N "floatme" -t -o ~/pictures/wallpapers | tail -n1 ) +SELECT=$(sxiv -N "floatme" -t -o ~/pictures/wallpapers ) SCRIPT=$(readlink -f "$0") SCRIPTPATH=$(dirname "$SCRIPT")