Skip to content

Commit 3d7afcf

Browse files
committed
remove mentions of xfconf-profile.service
1 parent e5b3a81 commit 3d7afcf

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

files/scripts/01-main.sh

+9-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,12 @@
33
set -ouex pipefail
44

55
systemctl enable libvirtd.service
6-
systemctl --global enable xfconf-profile.service
6+
7+
# This profile will not actually be used by xfconf-profile. We are
8+
# only moving it to the chezmoi target state because we want to apply
9+
# chezmoi changes if this file changes
10+
mkdir -p /usr/share/winblues/chezmoi/dot_local/share/xfconf-profile
11+
cp /usr/share/xfconf-profile/default.json \
12+
/usr/share/winblues/chezmoi/dot_local/share/winblues-blue95.json
13+
14+
systemctl --global preset-all

files/scripts/11-chezmoi.sh

-12
This file was deleted.

files/system/usr/share/xfconf-profile/default.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
},
1010
"xfwm4": {
1111
"/general/theme": "Chicago95"
12+
},
13+
"xfce4-keyboard-shortcuts": {
14+
"/commands/custom/Super_L": "/usr/bin/xfce4-popup-whiskermenu"
1215
}
1316
}

0 commit comments

Comments
 (0)