try to improve hyprland screen share stability

This commit is contained in:
Yan Lin 2025-11-07 17:57:13 +01:00
parent 76f3dec1ac
commit e106d261ab
3 changed files with 13 additions and 1 deletions

View file

@ -99,6 +99,8 @@
"GTK_THEME,Adwaita:dark"
"XCURSOR_SIZE,24"
"XCURSOR_THEME,Bibata-Modern-Ice"
"MOZ_ENABLE_WAYLAND,1"
"MOZ_DISABLE_RDD_SANDBOX,1"
];
# Execute apps at launch

View file

@ -40,7 +40,14 @@ in
pkgs.xdg-desktop-portal-hyprland
pkgs.xdg-desktop-portal-gtk
];
config.common.default = ["*"];
config = {
common = {
default = "hyprland;gtk";
};
hyprland = {
default = "hyprland;gtk";
};
};
};
# Configure touchpad settings
@ -81,6 +88,8 @@ in
pavucontrol
nwg-displays
swaynotificationcenter
qt5.qtwayland
qt6.qtwayland
];
# Printing with Windows Samba printer support