This commit is contained in:
Asaki Yuki 2026-04-18 03:10:02 +07:00
parent 3b6e132d19
commit 523aa92fca

View file

@ -1,7 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
home-manager.users.asakiyuki.wayland.windowManager.hyprland.settings = { home-manager.users.asakiyuki.wayland.windowManager.hyprland.settings = {
"$SDR_SCREEN_CONFIG" = "eDP-1, 1920x1200@60, 0x0, 1"; "$SDR_SCREEN_CONFIG" = "eDP-1, 1920x1200@60, 0x0, 1";
"$HDR_SCREEN_CONFIG" = "eDP-1, 1920x1200@60, 0x0, 1, bitdepth, 10, cm, hdredid"; "$HDR_SCREEN_CONFIG" = "eDP-1, 1920x1200@60, 0x0, 1, bitdepth, 10, cm, hdr";
"$CURRENT_STATE_SCREEN" = "$SDR_SCREEN_CONFIG"; "$CURRENT_STATE_SCREEN" = "$SDR_SCREEN_CONFIG";
}; };