mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: set sakura display scaling to 1 instead of 1.5
This commit is contained in:
parent
e47fa1c302
commit
42186e169c
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
||||||
"debug:disable_scale_checks" = true;
|
"debug:disable_scale_checks" = true;
|
||||||
monitor =
|
monitor =
|
||||||
if (host == "sakura") then
|
if (host == "sakura") then
|
||||||
"eDP-1, 2256x1504@60, 0x0, 1.5"
|
"eDP-1, 2256x1504@60, 0x0, 1.0"
|
||||||
else if (host == "zinnia") then
|
else if (host == "zinnia") then
|
||||||
"eDP-1, 1920x1080@60, 0x0, 1.0"
|
"eDP-1, 1920x1080@60, 0x0, 1.0"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue