temporarly use xdpw instead xdph to get a working screensharing

see: https://github.com/deepanchal/nixos/issues/9
current_state
Christian Ott 2 years ago
parent 9eb5615307
commit 4a0a95ea22
  1. 6
      configuration.nix
  2. 2
      hyperland/default.nix

@ -70,7 +70,7 @@
services.xserver.enable = true;
programs.hyprland.enable = true;
programs.hyprland.portalPackage = xdph.packages."${pkgs.system}".xdg-desktop-portal-hyprland;
programs.hyprland.portalPackage = pkgs.xdg-desktop-portal-wlr;
# Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = false;
@ -137,8 +137,8 @@
};
xdg.portal = {
enable = true;
extraPortals = [ xdph.packages."${pkgs.system}".xdg-desktop-portal-hyprland ];
configPackages = [ xdph.packages."${pkgs.system}".xdg-desktop-portal-hyprland ];
extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
configPackages = [ pkgs.xdg-desktop-portal-wlr ];
};
environment.sessionVariables = {

@ -115,7 +115,7 @@ in
wayland.windowManager.hyprland.settings = {
monitor=[
"eDP-1,2560x1600@60.00Hz,0x0,1"
"DP-3,preferred,-3840x-560,1,bitdepth,10" # bitdeph makes screensharing work
"DP-3,preferred,-3840x-560,1"
"DP-2,preferred,auto,1.5"
];
"$mod" = "SUPER";

Loading…
Cancel
Save

Powered by TurnKey Linux.