fix: rework DPI configuration on all devices
Allow better font size on all screen
This commit is contained in:
parent
3bef1ca9d1
commit
3c37eda13b
3 changed files with 13 additions and 5 deletions
|
@ -5,20 +5,29 @@ with lib;
|
|||
services.kanshi = {
|
||||
enable = config.modules.desktop.sway.kanshi ;
|
||||
profiles = {
|
||||
standalone = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
scale = 1.33;
|
||||
status = "enable";
|
||||
}
|
||||
];
|
||||
};
|
||||
home = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "Iiyama North America PL2792UH 1166310803122";
|
||||
mode = "3840x2160";
|
||||
position = "1080,0";
|
||||
scale = 2.0;
|
||||
position = "1235,0";
|
||||
scale = 1.75;
|
||||
}
|
||||
{
|
||||
criteria = "Iiyama North America PL2792UH 1176923201598";
|
||||
mode = "3840x2160";
|
||||
position = "0,0";
|
||||
transform = "90";
|
||||
scale = 2.0;
|
||||
scale = 1.75;
|
||||
}
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue