Re-enable kanshi

Hyprland update should have fixed how monitors are disabled to make
kanshi work again
This commit is contained in:
Evie Litherland-Smith 2023-11-21 11:38:17 +00:00
parent 14ae336b5e
commit 0189318222
2 changed files with 27 additions and 0 deletions

View file

@ -12,6 +12,10 @@
services = {
avizo.enable = true;
syncthing.enable = true;
kanshi = {
enable = true;
systemdTarget = "hyprland-session.target";
};
udiskie = {
enable = true;
notify = true;

View file

@ -13,6 +13,29 @@
outlook.primary = true;
};
};
services.kanshi = {
enable = true;
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