fixed screensharing again on hyprland

This commit is contained in:
Tristan 2023-04-28 16:32:28 +01:00
parent ec8358fe55
commit 8f786f02eb
3 changed files with 3 additions and 5 deletions

View file

@ -80,9 +80,8 @@
};
};
# xdph + chromium = ):
wayland.windowManager.hyprland.enable = lib.mkForce false;
wayland.windowManager.sway.enable = true;
wayland.windowManager.hyprland.enable = true;
# wayland.windowManager.sway.enable = true;
wayland.windowManager.sway.config = {
input = {
"type:keyboard" = {

View file

@ -87,7 +87,6 @@
command = "sway";
user = "tristan";
};
default_session = lib.mkForce sway_session;
};
};