From 527697672e653c530fe3d9962885faca597dacc1 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Mon, 19 Feb 2024 13:42:36 +0200 Subject: emacs:(commands) Use feh to set walpapers --- .emacs.d/modules/thanos-commands.el | 5 +---- 1 file changed, 1 insertion(+), 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." -- cgit v1.2.3