This commit is contained in:
2026-07-14 18:27:28 +08:00
parent 2cf17b5d34
commit ee79042aa1
13 changed files with 386 additions and 412 deletions
+7 -11
View File
@@ -34,19 +34,15 @@
set -gp PATH $HOME/bin
'';
programs.niri.settings = {
wayland.windowManager.niri.settings = {
environment.STEAM_FORCE_DESKTOPUI_SCALING = "1.25";
outputs = {
eDP-1 = {
enable = true;
mode = {
width = 1920;
height = 1200;
refresh = 60.002;
};
output = [
{
_args = [ "eDP-1" ];
mode = "1920x1200@60.002";
scale = 1.25;
};
};
}
];
};
};
+12 -20
View File
@@ -48,32 +48,24 @@
'';
};
programs.niri.settings = {
wayland.windowManager.niri.settings = {
environment.STEAM_FORCE_DESKTOPUI_SCALING = "1.25";
outputs = {
DP-1 = {
enable = true;
mode = {
width = 2560;
height = 1440;
refresh = 75.033;
};
output = [
{
_args = [ "DP-1" ];
mode = "2560x1440@75.033";
scale = 1.25;
position = {
position._props = {
x = 0;
y = 0;
};
};
DP-2 = {
enable = true;
mode = {
width = 2560;
height = 1440;
refresh = 75.033;
};
}
{
_args = [ "DP-2" ];
mode = "2560x1440@75.033";
scale = 1.25;
};
};
}
];
};
};