hyprland: persist ryzen-shine kanshi display profile

This commit is contained in:
2026-04-10 13:58:45 -07:00
committed by Kat Huang
parent 4befbc42df
commit 724a65e499

View File

@@ -27,7 +27,21 @@ makeEnable config "myModules.hyprland" true {
{ {
services.kanshi = { services.kanshi = {
enable = true; enable = true;
systemdTarget = "hyprland-session.target"; systemdTarget = "graphical-session.target";
settings = [
{
profile.name = "ryzen-shine-primary";
profile.outputs = [
{
criteria = "DP-1";
status = "enable";
mode = "3440x1440@240Hz";
position = "0,0";
scale = 1.0;
}
];
}
];
}; };
programs.hyprscratch = { programs.hyprscratch = {