summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2022-12-05 16:53:56 +0200
committerThanos Apollo <[email protected]>2022-12-05 16:53:56 +0200
commitd850cd980bb37821162c01cd249a943a516d26cd (patch)
treef273ec7fb34a6cd1826a44c36e2150cc7c406010
parent187cdd3a0a003e970d29a879de46392c3255aef7 (diff)
use feh for wallpaper setting
-rw-r--r--.emacs.d/lisp/functions.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/functions.el b/.emacs.d/lisp/functions.el
index 4364bac..cd774b5 100644
--- a/.emacs.d/lisp/functions.el
+++ b/.emacs.d/lisp/functions.el
@@ -71,10 +71,10 @@
"amixer" nil "amixer sset Master 5%-"))
(defun apollo/restore-wallpaper ()
- "Restore wallpaper."
+ "Set NAME as wallpaper."
(interactive)
(start-process-shell-command
- "nitrogen" nil "nitrogen --restore"))
+ "feh" nil "feh --bg-center ~/Downloads/wp9104600-gnu-linux-wallpapers.jpg ~/Downloads/wp9104600-gnu-linux-wallpapers.jpg "))
(defun apollo/emacs-keys ()
"Swap caps with ctrl."