niri: move scaling to laptop specific config
This commit is contained in:
parent
4a1d3d9c20
commit
efc780aaf5
@ -23,12 +23,6 @@
|
|||||||
# skip the hotkey menu thingy
|
# skip the hotkey menu thingy
|
||||||
hotkey-overlay.skip-at-startup = true;
|
hotkey-overlay.skip-at-startup = true;
|
||||||
|
|
||||||
outputs = {
|
|
||||||
"BOE 0x095F Unknown" = {
|
|
||||||
scale = 1.5;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
gaps = 16;
|
gaps = 16;
|
||||||
struts = {
|
struts = {
|
||||||
|
|||||||
@ -56,4 +56,10 @@
|
|||||||
inherit homeDirectory;
|
inherit homeDirectory;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.niri.settings.outputs = {
|
||||||
|
"BOE 0x095F Unknown" = {
|
||||||
|
scale = 1.5;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user