diff options
Diffstat (limited to '.emacs.d/modules/thanos-commands.el')
-rw-r--r-- | .emacs.d/modules/thanos-commands.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.emacs.d/modules/thanos-commands.el b/.emacs.d/modules/thanos-commands.el index eb950c0..c7c980b 100644 --- a/.emacs.d/modules/thanos-commands.el +++ b/.emacs.d/modules/thanos-commands.el @@ -112,10 +112,7 @@ (defun thanos/wallpaper-set (image) "Set IMAGE as wallpaper, using feh." (call-process-shell-command - (concat (if is-zeus "xwallpaper --output DisplayPort-1 --stretch " - "xwallpaper --focus ") - wallpapers-dir image) - nil 0)) + (concat "feh --bg-scale " wallpapers-dir image) nil 0)) (defun thanos/wallpaper-random () "Set random wallpaper." |