Remove kanshi, update work monitor configs
This commit is contained in:
parent
459695e9a0
commit
bb5b46cf90
|
@ -15,62 +15,15 @@
|
||||||
calendar.accounts.nextcloud.vdirsyncer.enable = false; # TEMP until fixed
|
calendar.accounts.nextcloud.vdirsyncer.enable = false; # TEMP until fixed
|
||||||
};
|
};
|
||||||
services.vdirsyncer.enable = lib.mkForce false; # TEMP until fixed
|
services.vdirsyncer.enable = lib.mkForce false; # TEMP until fixed
|
||||||
services.kanshi.profiles = {
|
|
||||||
undocked = {
|
|
||||||
outputs = [
|
|
||||||
{
|
|
||||||
criteria = "eDP-1";
|
|
||||||
mode = "1920x1080";
|
|
||||||
position = "0,0";
|
|
||||||
scale = 1.0;
|
|
||||||
status = "enable";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
criteria = "*";
|
|
||||||
status = "enable";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
work = {
|
|
||||||
outputs = [
|
|
||||||
{
|
|
||||||
criteria = "Iiyama North America PLB2403WS 0574281251316";
|
|
||||||
position = "0,0";
|
|
||||||
status = "enable";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
criteria = "eDP-1";
|
|
||||||
status = "disable";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
criteria = "*";
|
|
||||||
status = "enable";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
home = {
|
|
||||||
outputs = [
|
|
||||||
{
|
|
||||||
criteria = "Acer Technologies ED270R TJMEE0043W01";
|
|
||||||
position = "0,0";
|
|
||||||
status = "enable";
|
|
||||||
}
|
|
||||||
{
|
|
||||||
criteria = "eDP-1";
|
|
||||||
status = "disable";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
xdg.configFile."hypr/extra.conf".text = ''
|
xdg.configFile."hypr/extra.conf".text = ''
|
||||||
misc {
|
misc {
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
disable_splash_rendering = true
|
disable_splash_rendering = true
|
||||||
}
|
}
|
||||||
|
|
||||||
monitor=eDP-1,preferred,auto,1
|
monitor=eDP-1,preferred,1920x190,1
|
||||||
monitor=desc:Iiyama North America PLB2403WS 0574281251316,preferred,0x185,1
|
monitor=desc:Iiyama North America PLB2403WS 0574281251316,preferred,3840x190,1
|
||||||
monitor=desc:Dell Inc. DELL U2417H 5K9YD872FY1L,preferred,1920x0,1,transform,1
|
monitor=desc:Dell Inc. DELL U2417H 5K9YD872FY1L,preferred,5760x0,1,transform,1
|
||||||
monitor=desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1
|
monitor=desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
disable_splash_rendering = true
|
disable_splash_rendering = true
|
||||||
}
|
}
|
||||||
|
|
||||||
monitor=desc:Iiyama North America PLB2403WS 0574281251316,preferred,0x185,1
|
monitor=desc:Iiyama North America PLB2403WS 0574281251316,preferred,0x190,1
|
||||||
monitor=desc:Dell Inc. DELL U2417H 5K9YD872FY1L,preferred,1920x0,1,transform,1
|
monitor=desc:Dell Inc. DELL U2417H 5K9YD872FY1L,preferred,1920x0,1,transform,1
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue