try to improve hyprland screen share stability
This commit is contained in:
parent
76f3dec1ac
commit
e106d261ab
3 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue