summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-01-15 05:49:14 +0200
committerThanos Apollo <[email protected]>2023-01-15 05:49:14 +0200
commitfad33394e749413e774280a4a35480a2aa3b931c (patch)
treeb7b01b98d2ebc0ed50c5b051812946b7b7796962 /.emacs.d/snippets
parentfe02367cc5ab67375a9117fcfbedbe088549b547 (diff)
snippes: Change path to wallpaper
Diffstat (limited to '.emacs.d/snippets')
-rw-r--r--.emacs.d/snippets/functions.el2
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."