diff options
author | Thanos Apollo <[email protected]> | 2022-12-06 08:21:06 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-12-06 08:21:06 +0200 |
commit | 7a1be12d93dc48ed50adc0e83f338985b4eb067e (patch) | |
tree | 2a55fa7325ecd873ca79d2d5aa0691cc2c1eba83 /.emacs.d/lisp/functions.el | |
parent | 19b4cb04fcff1a1f2e70e86f7cc58db701ee6a9b (diff) |
Change nitrogen to feh
Diffstat (limited to '.emacs.d/lisp/functions.el')
-rw-r--r-- | .emacs.d/lisp/functions.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/functions.el b/.emacs.d/lisp/functions.el index cd774b5..e330bbd 100644 --- a/.emacs.d/lisp/functions.el +++ b/.emacs.d/lisp/functions.el @@ -74,7 +74,7 @@ "Set NAME as wallpaper." (interactive) (start-process-shell-command - "feh" nil "feh --bg-center ~/Downloads/wp9104600-gnu-linux-wallpapers.jpg ~/Downloads/wp9104600-gnu-linux-wallpapers.jpg ")) + "feh" nil "feh --bg-scale ~/Downloads/winter-night-wallpaper.png")) (defun apollo/emacs-keys () "Swap caps with ctrl." |