home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec50bf
)
Restore current wallpaper on quit
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 23 Jan 2022 22:10:44 +0000
(17:10 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 23 Jan 2022 22:10:44 +0000
(17:10 -0500)
home/bin/wallpaper_review
patch
|
blob
|
blame
|
history
diff --git
a/home/bin/wallpaper_review
b/home/bin/wallpaper_review
index
34d98d7
..
c62a54c
100755
(executable)
--- 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));;
This page took
0.032641 seconds
and
4
git commands to generate.