Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5645f90be | |||
| aa55aed260 | |||
| d5da5cae11 |
@@ -16,7 +16,7 @@
|
|||||||
self.nixosModules.shared
|
self.nixosModules.shared
|
||||||
./disk.nix
|
./disk.nix
|
||||||
./misc
|
./misc
|
||||||
./steam.nix
|
# ./steam.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# overlays = [
|
# overlays = [
|
||||||
|
|||||||
@@ -0,0 +1,139 @@
|
|||||||
|
{
|
||||||
|
enable = true;
|
||||||
|
settings = let
|
||||||
|
main = "Philips Consumer Electronics Company 27M2N5500 UK02418033254";
|
||||||
|
second = "Samsung Electric Company S24R65x H4TMA03291";
|
||||||
|
builtin = {
|
||||||
|
eldrid = "Chimei Innolux Corporation 0x1406 Unknown";
|
||||||
|
sarien = "LG Display 0x068B Unknown";
|
||||||
|
kled = "BOE 0x095F Unknown";
|
||||||
|
# morphius =;
|
||||||
|
};
|
||||||
|
in [
|
||||||
|
{
|
||||||
|
output = {
|
||||||
|
criteria = main;
|
||||||
|
position = "0,0";
|
||||||
|
scale = 4.0 / 3.0;
|
||||||
|
adaptiveSync = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
output = {
|
||||||
|
criteria = second;
|
||||||
|
mode = "1920x1080@74.973";
|
||||||
|
adaptiveSync = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
output = {
|
||||||
|
criteria = builtin.eldrid;
|
||||||
|
position = "0,0";
|
||||||
|
scale = 1.2;
|
||||||
|
# adaptiveSync = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
output = {
|
||||||
|
criteria = builtin.sarien;
|
||||||
|
position = "0,0";
|
||||||
|
scale = 1.25;
|
||||||
|
# adaptiveSync = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
output = {
|
||||||
|
criteria = builtin.kled;
|
||||||
|
position = "0,0";
|
||||||
|
scale = 4.0 / 3.0;
|
||||||
|
# adaptiveSync = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "dunamis";
|
||||||
|
outputs = [{criteria = main;}];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "dunamis-twomon";
|
||||||
|
outputs = [
|
||||||
|
{criteria = main;}
|
||||||
|
{
|
||||||
|
criteria = second;
|
||||||
|
position = "1920,180";
|
||||||
|
scale = 1.2;
|
||||||
|
# transform = "90";
|
||||||
|
adaptiveSync = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "eldrid-docked";
|
||||||
|
outputs = [
|
||||||
|
{
|
||||||
|
criteria = main;
|
||||||
|
position = "0,0";
|
||||||
|
scale = 4.0 / 3.0;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = builtin.eldrid;
|
||||||
|
position = "1920,0";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "eldrid-undocked";
|
||||||
|
outputs = [
|
||||||
|
{
|
||||||
|
criteria = builtin.eldrid;
|
||||||
|
position = "0,0";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "sarien-docked";
|
||||||
|
outputs = [
|
||||||
|
{
|
||||||
|
criteria = main;
|
||||||
|
position = "0,0";
|
||||||
|
scale = 4.0 / 3.0;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = builtin.sarien;
|
||||||
|
position = "1920,0";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "kled";
|
||||||
|
outputs = [
|
||||||
|
{
|
||||||
|
criteria = builtin.kled;
|
||||||
|
position = "0,0";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
{
|
||||||
|
profile = {
|
||||||
|
name = "sarien-undocked";
|
||||||
|
outputs = [
|
||||||
|
{
|
||||||
|
criteria = builtin.sarien;
|
||||||
|
position = "0,0";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -203,6 +203,9 @@ in {
|
|||||||
action = toggle-overview;
|
action = toggle-overview;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"Mod+Ctrl+W".action = set-dynamic-cast-window;
|
||||||
|
"Mod+Ctrl+Shift+W".action = set-dynamic-cast-monitor;
|
||||||
|
|
||||||
"Mod+Return" = {action = sh "$TERMINAL";};
|
"Mod+Return" = {action = sh "$TERMINAL";};
|
||||||
|
|
||||||
"Mod+R".action = sh "wl-kbptr -o modes=floating,click";
|
"Mod+R".action = sh "wl-kbptr -o modes=floating,click";
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
components = ["secrets"];
|
components = ["secrets"];
|
||||||
};
|
};
|
||||||
kanshi = import ../niri/services/kanshi;
|
kanshi = import ../common/services/kanshi.nix;
|
||||||
udiskie = {
|
udiskie = {
|
||||||
enable = true;
|
enable = true;
|
||||||
automount = false;
|
automount = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user