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

@ -152,7 +152,7 @@ in
input { input {
kb_layout = gb kb_layout = gb
kb_options = caps:escape kb_options = caps:escape
kb_numpad = enable numlock_by_default = true
touchpad { touchpad {
natural_scroll = yes natural_scroll = yes

View file

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

View file

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