You are not logged in.


Hiya guys, I would like to modify ( hardcoded ) the XFWM4 default theme. Does anyone know the hardcoded XFWM4 settings?
cheers
Offline


Why do you want to do this? Couldn't you just change it when needed?
If you're asking about a default for new users, there are 3 options you could consider (you would need to test these):
Copy a working xfwm4.xml from ~/.config/xfce4/xfconf/xfce-perchannel-xml to /etc/xdg/xfce4/xfconf/xfce-perchannel-xml. When a new user logs in, files from this location pre-populate new user defaults.
Put the xfwm4.xml file in /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml for same reason, if above doesn't work. The copy will happen when a new user account is created.
Create a script and drop entry into ~/.config/autostart that runs the command:
xfconf-query -c xfwm4 -p /general/theme -s "YOUR_THEME_NAME"...it will be executed during login. If you only want this done once, during first login, you'll need to add some logic to the script to manage this.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 524.66 KiB (Peak: 525.63 KiB) ]