Restore current wallpaper on quit
[khome.git] / home / bin / wallpaper_review
index 34d98d7..c62a54c 100755 (executable)
@@ -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));;
This page took 0.027539 seconds and 4 git commands to generate.