Reorganizing of displays, add another path to impermanence for school
This commit is contained in:
parent
dc45096dee
commit
96f9cc09f9
4 changed files with 21 additions and 16 deletions
|
@ -9,6 +9,7 @@
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
];
|
];
|
||||||
persistence."/persist${config.home.homeDirectory}".directories = [
|
persistence."/persist${config.home.homeDirectory}".directories = [
|
||||||
|
".cache/gpclient"
|
||||||
".config/com.yuezk.qt"
|
".config/com.yuezk.qt"
|
||||||
".config/remmina"
|
".config/remmina"
|
||||||
".config/teams-for-linux"
|
".config/teams-for-linux"
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
tower3 = "Eizo Nanao Corporation CG223W 23252050";
|
tower3 = "Eizo Nanao Corporation CG223W 23252050";
|
||||||
tower4 = "Samsung Electric Company SAMSUNG Unknown";
|
tower4 = "Samsung Electric Company SAMSUNG Unknown";
|
||||||
|
|
||||||
|
jupiter = "Valve Corporation ANX7530 U 0x00000001";
|
||||||
|
|
||||||
estradiol1 = "Dell Inc. DELL P2214H KW14V4965YKS";
|
estradiol1 = "Dell Inc. DELL P2214H KW14V4965YKS";
|
||||||
estradiol2 = "HannStar Display Corp iP192A 051AW1WY03797";
|
estradiol2 = "HannStar Display Corp iP192A 051AW1WY03797";
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,6 +3,20 @@
|
||||||
services.kanshi = {
|
services.kanshi = {
|
||||||
enable = config.home.desktop.enable;
|
enable = config.home.desktop.enable;
|
||||||
settings = [
|
settings = [
|
||||||
|
{
|
||||||
|
output = {
|
||||||
|
criteria = config.displays.tower1;
|
||||||
|
mode = "1920x1080@143.979996Hz";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
output = {
|
||||||
|
criteria = config.displays.jupiter;
|
||||||
|
mode = "800x1280@59.99900";
|
||||||
|
transform = "270";
|
||||||
|
scale = 1.15;
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
profile = {
|
profile = {
|
||||||
name = "primary";
|
name = "primary";
|
||||||
|
@ -10,7 +24,6 @@
|
||||||
{
|
{
|
||||||
criteria = config.displays.tower1;
|
criteria = config.displays.tower1;
|
||||||
position = "3840,405";
|
position = "3840,405";
|
||||||
mode = "1920x1080@143.979996Hz";
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
criteria = config.displays.tower2;
|
criteria = config.displays.tower2;
|
||||||
|
@ -63,20 +76,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
|
||||||
profile = {
|
|
||||||
name = "steam-deck";
|
|
||||||
outputs = [
|
|
||||||
{
|
|
||||||
criteria = "Valve Corporation ANX7530 U 0x00000001";
|
|
||||||
status = "enable";
|
|
||||||
mode = "800x1280@59.99900";
|
|
||||||
transform = "270";
|
|
||||||
scale = 1.15;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
profile = {
|
profile = {
|
||||||
name = "undocked";
|
name = "undocked";
|
||||||
|
|
|
@ -42,7 +42,10 @@
|
||||||
hideEdgeBorders = "smart";
|
hideEdgeBorders = "smart";
|
||||||
};
|
};
|
||||||
|
|
||||||
floating.border = config.look.border.int;
|
floating = {
|
||||||
|
border = config.look.border.int;
|
||||||
|
titlebar = false;
|
||||||
|
};
|
||||||
|
|
||||||
gaps = {
|
gaps = {
|
||||||
inner = 5;
|
inner = 5;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue