Re-enable kanshi, just on Ronin for now

This commit is contained in:
Evie Litherland-Smith 2023-11-07 11:22:45 +00:00
parent 68edb2d804
commit 3f004222b1

View file

@ -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