From fad33394e749413e774280a4a35480a2aa3b931c Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 15 Jan 2023 05:49:14 +0200 Subject: snippes: Change path to wallpaper --- .emacs.d/snippets/functions.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- cgit v1.2.3