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 {
|
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
|
||||||
|
|
|
||||||
|
|
@ -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" = {
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,6 @@
|
||||||
command = "sway";
|
command = "sway";
|
||||||
user = "tristan";
|
user = "tristan";
|
||||||
};
|
};
|
||||||
default_session = lib.mkForce sway_session;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue