Update flatpak, AppManager packages in update function.

This commit is contained in:
Fern Garden 2025-06-22 10:17:52 +08:00
parent 5adf8d560f
commit 81eace7a7c
2 changed files with 3 additions and 1 deletions

View file

@ -51,7 +51,7 @@ layout {
}
environment {
QT_QPA_PLATFORM "wayland"
QT_QPA_PLATFORM "wayland;xcb"
QT_QPA_PLATFORM_THEME "qt5ct:qt6ct"
DISPLAY ":0"
GTK_CSD "0"

View file

@ -1,3 +1,5 @@
function xu --description 'Update the system'
sudo xbps-install -Syu
flatpak update
am update
end