diff options
author | Thanos Apollo <[email protected]> | 2023-01-15 05:49:14 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-01-15 05:49:14 +0200 |
commit | fad33394e749413e774280a4a35480a2aa3b931c (patch) | |
tree | b7b01b98d2ebc0ed50c5b051812946b7b7796962 /.emacs.d/snippets | |
parent | fe02367cc5ab67375a9117fcfbedbe088549b547 (diff) |
snippes: Change path to wallpaper
Diffstat (limited to '.emacs.d/snippets')
-rw-r--r-- | .emacs.d/snippets/functions.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/functions.el b/.emacs.d/snippets/functions.el index 30cfa60..cab2fa0 100644 --- a/.emacs.d/snippets/functions.el +++ b/.emacs.d/snippets/functions.el @@ -69,7 +69,7 @@ "Set NAME as wallpaper." (interactive) (start-process-shell-command - "feh" nil "feh --bg-scale ~/Downloads/winter-night-wallpaper.png")) + "feh" nil "feh --bg-scale ~/dotfiles/wallpaper.png")) (defun apollo/emacs-keys () "Swap caps with ctrl." |