niri: move scaling to laptop specific config

This commit is contained in:
Simon Gardling 2025-03-20 02:42:40 -04:00
parent 4a1d3d9c20
commit efc780aaf5
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
2 changed files with 6 additions and 6 deletions

View File

@ -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 = {

View File

@ -56,4 +56,10 @@
inherit homeDirectory; inherit homeDirectory;
}; };
}; };
programs.niri.settings.outputs = {
"BOE 0x095F Unknown" = {
scale = 1.5;
};
};
} }