Skip to content

Commit 37c59d7

Browse files
committed
feat: add xfce4-notifyd settings to profile
1 parent 1614578 commit 37c59d7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22
"properties": {
33
"xsettings": {
44
"/Net/ThemeName": "Chicago95",
5-
"/Net/IconThemeName": "Chicago95"
5+
"/Net/IconThemeName": "Chicago95",
6+
"/Net/EnableEventSounds": true,
7+
"/Net/EnableInputFeedbackSounds": true,
8+
"/Net/SoundThemeName": "Chicago95"
69
},
710
"xfwm4": {
811
"/general/theme": "Chicago95"
912
},
1013
"xfce4-keyboard-shortcuts": {
1114
"/commands/custom/Super_L": "/usr/bin/xfce4-popup-whiskermenu"
15+
},
16+
"xfce4-notifyd": {
17+
"/theme": "Chicago95",
18+
"/notify-location": "bottom-right"
1219
}
1320
},
1421
"metadata": {
15-
"name": "winblues-blue95",
22+
"name": "blue95",
23+
"author": "winblues",
1624
"version": 1
1725
}
1826
}

0 commit comments

Comments
 (0)