enabled HDR
This commit is contained in:
+4
-2
@@ -41,8 +41,10 @@
|
|||||||
Hyprland = {
|
Hyprland = {
|
||||||
enable = false;
|
enable = false;
|
||||||
monitors = [
|
monitors = [
|
||||||
"DP-1, highres@165,0x1080,1,vrr,1"
|
# "DP-2, highres@165,0x1080,1,vrr,1"
|
||||||
"DP-2, highres@highrr,0x0,1"
|
# "DP-2, highres@180,0x1080,1,cm,hdr, sdrbrightness, 1.5, sdrsaturation, 0.98"
|
||||||
|
"DP-1, highres@highrr,0x0,1"
|
||||||
|
"DP-2, highres@165,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98"
|
||||||
"HDMI-A-1, 1920x1080@120, 20000x20000,1"
|
"HDMI-A-1, 1920x1080@120, 20000x20000,1"
|
||||||
# "HDMI-A-1, disabled"
|
# "HDMI-A-1, disabled"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"workspace special:music, initialTitle:Spotify( Free)?"
|
"workspace special:music, initialTitle:Spotify( Free)?"
|
||||||
"workspace special:communication, class:discord|equibop|vesktop|whatsapp"
|
"workspace special:communication, class:discord|equibop|vesktop|whatsapp"
|
||||||
"workspace special:todo, class:Todoist"
|
"workspace special:todo, class:Todoist"
|
||||||
"workspace special:steam, class:^(steam_app_.*)$"
|
"workspace special:gaming, class:^(steam_app_.*)$"
|
||||||
|
|
||||||
"noinitialfocus, class:discord"
|
"noinitialfocus, class:discord"
|
||||||
"focusonactivate 0, class:discord"
|
"focusonactivate 0, class:discord"
|
||||||
@@ -91,15 +91,15 @@
|
|||||||
workspace = [
|
workspace = [
|
||||||
"w[tv1]s[false], gapsout:20, gapsin:20"
|
"w[tv1]s[false], gapsout:20, gapsin:20"
|
||||||
"f[1]s[false], gapsout:20, gapsin:20"
|
"f[1]s[false], gapsout:20, gapsin:20"
|
||||||
"1, monitor:DP-1, default:true"
|
"1, monitor:DP-2, default:true"
|
||||||
"2, monitor:DP-1"
|
"2, monitor:DP-2"
|
||||||
"3, monitor:DP-1"
|
"3, monitor:DP-2"
|
||||||
"4, monitor:DP-2"
|
"4, monitor:DP-1"
|
||||||
"5, monitor:DP-2"
|
"5, monitor:DP-1"
|
||||||
"6, monitor:DP-2"
|
"6, monitor:DP-1"
|
||||||
|
|
||||||
"special:gaming, monitor:DP-1, persistent:true"
|
"special:gaming, monitor:DP-2, persistent:true"
|
||||||
"special:steam, monitor:DP-1, persistent:true, on-created-empty:steam"
|
"special:steam, monitor:DP-2, persistent:true, on-created-empty:steam"
|
||||||
];
|
];
|
||||||
|
|
||||||
# ######## Layer rules ########
|
# ######## Layer rules ########
|
||||||
|
|||||||
@@ -35,8 +35,6 @@
|
|||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
hardware = {
|
hardware = {
|
||||||
xone.enable = true;
|
xone.enable = true;
|
||||||
opengl.enable = true;
|
|
||||||
opengl.driSupport32Bit = true;
|
|
||||||
};
|
};
|
||||||
programs.nix-ld = {
|
programs.nix-ld = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user