Add reset display script
This commit is contained in:
@@ -26,6 +26,7 @@ to_reset=(
|
|||||||
/org/mate/notification-daemon/
|
/org/mate/notification-daemon/
|
||||||
)
|
)
|
||||||
|
|
||||||
|
echo "Resetting desktop for user $(whoami)"
|
||||||
for p in "${to_reset[@]}"; do
|
for p in "${to_reset[@]}"; do
|
||||||
dconf reset -f "$p"
|
dconf reset -f "$p"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user