]> git.eshelyaron.com Git - emacs.git/commit
Set XFCE wallpaper also in single-workspace-mode
authorStefan Kangas <stefankangas@gmail.com>
Mon, 26 Sep 2022 19:26:50 +0000 (21:26 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Mon, 26 Sep 2022 19:26:50 +0000 (21:26 +0200)
commitbb9df76dc96afa046e8a576708f39881f0535235
treeca08b5115fbc8cdfc9dfeae22aec2cdf4f5070a8
parent07e6bbb9bc68f76773e9bdf8846d64d83f50b0ea
Set XFCE wallpaper also in single-workspace-mode

This fixes setting the wallpaper on XFCE whether or not the
"/backdrop/single-workspace-mode" setting is true or false.
That XFCE setting controls whether or not the same wallpaper is used
on all workspaces or not.

* lisp/image/wallpaper.el (wallpaper-setter)
(wallpaper-command-args, wallpaper-default-set-function): Allow
using a function for getting the command line arguments.
(wallpaper-xfce-command-args): New function.
(wallpaper--default-setters): Use above new function for XFCE.
lisp/image/wallpaper.el