fix(usahara): rearrange monitors, add gtk3 prefer dark

This commit is contained in:
2025-08-06 21:46:09 -07:00
parent cedda8be37
commit 1344c4ac9e
2 changed files with 5 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
{
status = "enable";
criteria = "HDMI-A-1";
position = "1920,0";
position = "0,0";
mode = "1920x1080";
scale = 1.0;
}
@@ -86,7 +86,7 @@
status = "enable";
criteria = "DP-1";
position = "0,0";
position = "1920,0";
mode = "1920x1080@144Hz";
scale = 1.0;
}

View File

@@ -133,6 +133,9 @@
gtk4.extraConfig = {
gtk-application-prefer-dark-theme = true;
};
gtk3.extraConfig = {
gtk-application-prefer-dark-theme = true;
};
};
qt = {
enable = true;