fixed screensharing again on hyprland
This commit is contained in:
parent
ec8358fe55
commit
8f786f02eb
3 changed files with 3 additions and 5 deletions
|
|
@ -152,7 +152,7 @@ in
|
|||
input {
|
||||
kb_layout = gb
|
||||
kb_options = caps:escape
|
||||
kb_numpad = enable
|
||||
numlock_by_default = true
|
||||
|
||||
touchpad {
|
||||
natural_scroll = yes
|
||||
|
|
|
|||
|
|
@ -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" = {
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@
|
|||
command = "sway";
|
||||
user = "tristan";
|
||||
};
|
||||
default_session = lib.mkForce sway_session;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue