Cleanups for void.

This commit is contained in:
2026-06-18 14:31:10 +02:00
parent d9e59b61cf
commit affdb7fb9b
3 changed files with 9 additions and 11 deletions
+6
View File
@@ -191,3 +191,9 @@ if [ "$DO_INSTALL" = true ]; then
echo "✅ Package setup complete."
echo ""
fi
# TODO: these need to go somewhere!
# xfconf-query -c xfce4-session -np '/shutdown/ShowSuspend' -t 'bool' -s 'false'
# xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false'
# xfconf-query -c xfce4-session -np '/shutdown/ShowHybridSleep' -t 'bool' -s 'false'
# xfconf-query -c xfce4-session -np '/shutdown/ShowSwitchUser' -t 'bool' -s 'false'