From 78e5f43ebb797d068e05c8fbd36b2165a5e8258f Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 18 Jan 2024 17:05:23 +0200 Subject: emacs:(commands) Update thanos/wallpaper-set --- .emacs.d/modules/thanos-commands.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.emacs.d/modules/thanos-commands.el b/.emacs.d/modules/thanos-commands.el index 86814ed..da5b4ae 100644 --- a/.emacs.d/modules/thanos-commands.el +++ b/.emacs.d/modules/thanos-commands.el @@ -113,7 +113,10 @@ (defun thanos/wallpaper-set (image) "Set IMAGE as wallpaper, using feh." (call-process-shell-command - (concat "xwallpaper --focus " wallpapers-dir image) nil 0)) + (concat (if is-zeus "xwallpaper --output DisplayPort-1 --stretch " + "xwallpaper --focus ") + wallpapers-dir image) + nil 0)) (defun thanos/wallpaper-random () "Set random wallpaper." -- cgit v1.2.3