Re-enable kanshi, just on Ronin for now
This commit is contained in:
parent
68edb2d804
commit
3f004222b1
|
@ -13,6 +13,30 @@
|
|||
outlook.primary = true;
|
||||
};
|
||||
};
|
||||
services.kanshi = {
|
||||
enable = true;
|
||||
systemdTarget = "hyprland-session.target";
|
||||
profiles = {
|
||||
undocked = {
|
||||
outputs = [{
|
||||
criteria = "eDP-1";
|
||||
status = "enable";
|
||||
}];
|
||||
};
|
||||
docked = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "Dell Inc. DELL P3223QE CCG8YN3";
|
||||
status = "enable";
|
||||
}
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
status = "disable";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
xdg.configFile."hypr/extra.conf".text = ''
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
|
|
Loading…
Reference in a new issue