From b3318da576333bd5caf32506b6706638e40ca458 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 18 Aug 2020 14:45:57 +0300 Subject: Easier to set different wallpapers on my desktop * Change setbg script so that it can copy and set wallpapers to different monitors depending on my sway config * Add key shortcut to sxiv to set second monitor's wallaper * Make the wallpaper of the second output different in sway config --- dotfiles/.config/sxiv/exec/key-handler | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dotfiles/.config/sxiv') diff --git a/dotfiles/.config/sxiv/exec/key-handler b/dotfiles/.config/sxiv/exec/key-handler index 6e17c5a..8fa1bdb 100755 --- a/dotfiles/.config/sxiv/exec/key-handler +++ b/dotfiles/.config/sxiv/exec/key-handler @@ -2,9 +2,12 @@ while read file; do case "$1" in - "C-a") + "C-a" | "C-1") setbg "$file" exit ;; + "C-2") + setbg "$file" "2" + exit ;; "C-s") setbglblur "$file" exit ;; -- cgit v1.2.3