diff --git a/private_dot_config/niri/config.kdl b/private_dot_config/niri/config.kdl index 26f19b0..dcb4934 100644 --- a/private_dot_config/niri/config.kdl +++ b/private_dot_config/niri/config.kdl @@ -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" diff --git a/private_dot_config/private_fish/functions/xu.fish b/private_dot_config/private_fish/functions/xu.fish index 695f545..62cfea4 100644 --- a/private_dot_config/private_fish/functions/xu.fish +++ b/private_dot_config/private_fish/functions/xu.fish @@ -1,3 +1,5 @@ function xu --description 'Update the system' sudo xbps-install -Syu + flatpak update + am update end