hyprland: persist ryzen-shine kanshi display profile
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user