From: Siraaj Khandkar Date: Sun, 23 Jan 2022 22:10:44 +0000 (-0500) Subject: Restore current wallpaper on quit X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=b3a26007671a28c1a5043cd39947db36dee1394b Restore current wallpaper on quit --- diff --git a/home/bin/wallpaper_review b/home/bin/wallpaper_review index 34d98d7..c62a54c 100755 --- a/home/bin/wallpaper_review +++ b/home/bin/wallpaper_review @@ -70,6 +70,7 @@ paths_preview() { case "$(read_command)" in CMD_QUIT) + feh --bg-scale "$(< "$FILE_WALLPAPER_CURR")" exit 0;; CMD_MOVE_BACK) (( i = i == 0 ? (n - 1) : i - 1));;