Update kanshi.settings
This commit is contained in:
parent
d515d5cc0f
commit
859d46781c
|
@ -10,18 +10,21 @@
|
|||
enable = true;
|
||||
|
||||
# swaymsg -t get_outputs
|
||||
settings = {
|
||||
undocked = {
|
||||
outputs = [{
|
||||
settings = [
|
||||
{
|
||||
profile.name = "undocked";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
status = "enable";
|
||||
mode = "1920x1080";
|
||||
position = "0,0";
|
||||
}];
|
||||
};
|
||||
|
||||
docked = {
|
||||
outputs = [
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
profile.name = "docked";
|
||||
profile.outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
status = "disable";
|
||||
|
@ -31,9 +34,10 @@
|
|||
criteria = "Samsung Electric Company LU28R55 H4ZRA00128";
|
||||
mode = "3840x2160";
|
||||
position = "0,0";
|
||||
scale = 1.5;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue