Allowothers enabled on Nix systems
This commit is contained in:
parent
88933b9ce2
commit
fca8a0e7e4
4 changed files with 25 additions and 3 deletions
|
@ -15,7 +15,7 @@
|
|||
# Profiles
|
||||
{
|
||||
profile = {
|
||||
name = "tower";
|
||||
name = "tower-tv";
|
||||
outputs = [
|
||||
{
|
||||
criteria = config.displays.tower1;
|
||||
|
@ -37,6 +37,26 @@
|
|||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
profile = {
|
||||
name = "tower";
|
||||
outputs = [
|
||||
{
|
||||
criteria = config.displays.tower1;
|
||||
position = "1920,405";
|
||||
}
|
||||
{
|
||||
criteria = config.displays.tower2;
|
||||
position = "0,405";
|
||||
}
|
||||
{
|
||||
criteria = config.displays.tower3;
|
||||
position = "3840,0";
|
||||
transform = "90";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
{
|
||||
profile = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue