Add reset display script

This commit is contained in:
2024-07-01 11:30:34 -04:00
parent 745b0751a5
commit cd47b9c031

View File

@@ -26,6 +26,7 @@ to_reset=(
/org/mate/notification-daemon/
)
echo "Resetting desktop for user $(whoami)"
for p in "${to_reset[@]}"; do
dconf reset -f "$p"
done