We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c3452 commit cb2cb69Copy full SHA for cb2cb69
files/system/usr/share/winblues/chezmoi/.chezmoiscripts/run_after_03-wallpapers.sh
@@ -5,6 +5,9 @@ set -exuo pipefail
5
6
# TODO: check user's config to see if they don't want us to manage wallpapers
7
8
+# Allow setting a different wallpaper per workspace
9
+xfconf-query --create -c 'xfce4-desktop' -p '/backdrop/single-workspace-mode' --type 'bool' --set 'false'
10
+
11
# Workspace 0 is solid teal
12
xfconf-query --channel xfce4-desktop --list |
13
grep workspace0/color-style |
0 commit comments