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
|
|
@ -88,6 +88,7 @@
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
wireplumber.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Touchpad configuration (host-specific overrides)
|
# Touchpad configuration (host-specific overrides)
|
||||||
|
|
|
||||||
|
|
@ -99,6 +99,8 @@
|
||||||
"GTK_THEME,Adwaita:dark"
|
"GTK_THEME,Adwaita:dark"
|
||||||
"XCURSOR_SIZE,24"
|
"XCURSOR_SIZE,24"
|
||||||
"XCURSOR_THEME,Bibata-Modern-Ice"
|
"XCURSOR_THEME,Bibata-Modern-Ice"
|
||||||
|
"MOZ_ENABLE_WAYLAND,1"
|
||||||
|
"MOZ_DISABLE_RDD_SANDBOX,1"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Execute apps at launch
|
# Execute apps at launch
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,14 @@ in
|
||||||
pkgs.xdg-desktop-portal-hyprland
|
pkgs.xdg-desktop-portal-hyprland
|
||||||
pkgs.xdg-desktop-portal-gtk
|
pkgs.xdg-desktop-portal-gtk
|
||||||
];
|
];
|
||||||
config.common.default = ["*"];
|
config = {
|
||||||
|
common = {
|
||||||
|
default = "hyprland;gtk";
|
||||||
|
};
|
||||||
|
hyprland = {
|
||||||
|
default = "hyprland;gtk";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configure touchpad settings
|
# Configure touchpad settings
|
||||||
|
|
@ -81,6 +88,8 @@ in
|
||||||
pavucontrol
|
pavucontrol
|
||||||
nwg-displays
|
nwg-displays
|
||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
|
qt5.qtwayland
|
||||||
|
qt6.qtwayland
|
||||||
];
|
];
|
||||||
|
|
||||||
# Printing with Windows Samba printer support
|
# Printing with Windows Samba printer support
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue