diff options
-rw-r--r-- | .emacs.d/lisp/functions.el | 4 |
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." |