Created
August 20, 2019 00:09
-
-
Save gustavonovaes/a1d2a1457be4da9e5ad2370277256090 to your computer and use it in GitHub Desktop.
Reset XFCE4 to default settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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