fix(monitors): color and vrr are borked
This commit is contained in:
+3
-1
@@ -3,6 +3,7 @@
|
|||||||
myConfig = {
|
myConfig = {
|
||||||
font = {
|
font = {
|
||||||
monospace = "MonoLisa";
|
monospace = "MonoLisa";
|
||||||
|
monospaceScript = "MonoLisa Italic @ss02=1";
|
||||||
sans = "Sans";
|
sans = "Sans";
|
||||||
};
|
};
|
||||||
nixos = {
|
nixos = {
|
||||||
@@ -23,7 +24,7 @@
|
|||||||
};
|
};
|
||||||
hyprland = {
|
hyprland = {
|
||||||
monitors = [
|
monitors = [
|
||||||
"DP-1,highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98,vrr,0"
|
"DP-1,highres@165,0x1080,1,vrr,0"
|
||||||
"DP-2, highres@165,760x0,1"
|
"DP-2, highres@165,760x0,1"
|
||||||
"HDMI-A-1, highres@highrr@120, 3440x1440, 1.6"
|
"HDMI-A-1, highres@highrr@120, 3440x1440, 1.6"
|
||||||
];
|
];
|
||||||
@@ -59,6 +60,7 @@
|
|||||||
myConfig = {
|
myConfig = {
|
||||||
font = {
|
font = {
|
||||||
monospace = "MonoLisa";
|
monospace = "MonoLisa";
|
||||||
|
monospaceScript = "MonoLisa Italic @ss02=1";
|
||||||
sans = "Sans";
|
sans = "Sans";
|
||||||
};
|
};
|
||||||
nixos = {
|
nixos = {
|
||||||
|
|||||||
Reference in New Issue
Block a user