Skip to content

Commit 8bd4e7d

Browse files
committedMar 7, 2025·
feat: add xfconf-profile
1 parent 27a9eca commit 8bd4e7d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"properties": {
3+
"xsettings": {
4+
"/Gtk/CursorThemeName": "standard-no-shadow",
5+
"/GTK/FontName": "Tahoma 11",
6+
"/Net/EnableEventSounds": true,
7+
"/Net/EnableInputFeedbackSounds": true,
8+
"/Net/IconThemeName": "luna",
9+
"/Net/SoundThemeName": "Windows XP Default",
10+
"/Net/ThemeName": "Windows XP style (Blue)",
11+
"/Xft/HintStyle": "hintfull"
12+
},
13+
"xfwm4": {
14+
"/general/button_layout": "O|HMC",
15+
"/general/show_dock_shadow": false,
16+
"/general/show_frame_shadow": false,
17+
"/general/show_popup_shadow": false,
18+
"/general/title_font": "Trebuchet MS Bold 11",
19+
"/general/title_alignment": "left",
20+
"/general/theme": "Windows XP style (Blue)",
21+
},
22+
"xfce4-keyboard-shortcuts": {
23+
"/commands/custom/Super_L": "/usr/bin/wintc-taskband --start"
24+
}
25+
},
26+
"metadata": {
27+
"name": "winblues-bluexp",
28+
"version": 1
29+
}
30+
}

0 commit comments

Comments
 (0)
Please sign in to comment.