Merge
This commit is contained in:
parent
196bd09206
commit
50b5b24d0f
1 changed files with 2 additions and 4 deletions
|
@ -285,7 +285,6 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
env = [
|
env = [
|
||||||
|
@ -293,11 +292,10 @@ in
|
||||||
];
|
];
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
monitor = [
|
monitor = [
|
||||||
"eDP-1,2256x1504@60,0x0,${toString scale}"
|
"eDP-1,2880x1920@120Hz,0x0,1.66667"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
|
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
config = {
|
config = {
|
||||||
|
@ -305,7 +303,7 @@ in
|
||||||
"BOE NE135A1M-NY1 Unknown" = {
|
"BOE NE135A1M-NY1 Unknown" = {
|
||||||
mode = "2880x1920@120Hz";
|
mode = "2880x1920@120Hz";
|
||||||
position = "1092,2160";
|
position = "1092,2160";
|
||||||
scale = toString 1.75;
|
scale = toString (5 / 3);
|
||||||
};
|
};
|
||||||
|
|
||||||
"Dell Inc. DELL U2720Q CWTM623" = {
|
"Dell Inc. DELL U2720Q CWTM623" = {
|
||||||
|
|
Loading…
Reference in a new issue