Commit 3d7afcf 1 parent e5b3a81 commit 3d7afcf Copy full SHA for 3d7afcf
File tree 3 files changed +12
-13
lines changed
system/usr/share/xfconf-profile
3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 3
3
set -ouex pipefail
4
4
5
5
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
},
10
10
"xfwm4" : {
11
11
"/general/theme" : " Chicago95"
12
+ },
13
+ "xfce4-keyboard-shortcuts" : {
14
+ "/commands/custom/Super_L" : " /usr/bin/xfce4-popup-whiskermenu"
12
15
}
13
16
}
You can’t perform that action at this time.
0 commit comments