Skip to content

Instantly share code, notes, and snippets.

@gustavonovaes
Created August 20, 2019 00:09
Show Gist options
  • Save gustavonovaes/a1d2a1457be4da9e5ad2370277256090 to your computer and use it in GitHub Desktop.
Save gustavonovaes/a1d2a1457be4da9e5ad2370277256090 to your computer and use it in GitHub Desktop.
Reset XFCE4 to default settings
# Shut down the panel first,
xfce4-panel --quit
# Kill the xfce4 configuration daemon
pkill xfconfd
# First delete settings for the panel
rm -rf ~/.config/xfce4/panel
# Clear out the settings for xfconfd
rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
# Restart the panel, run
xfce4-panel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment