even more niri settings
This commit is contained in:
parent
947ab5664d
commit
a5fc639749
1 changed files with 13 additions and 4 deletions
|
|
@ -20,10 +20,18 @@
|
||||||
services.mako.enable = true;
|
services.mako.enable = true;
|
||||||
|
|
||||||
programs.niri.settings = {
|
programs.niri.settings = {
|
||||||
outputs."eDP-1" = {
|
outputs = {
|
||||||
|
"BOE 0x0A3B Unknown" = {
|
||||||
scale = 1.0;
|
scale = 1.0;
|
||||||
variable-refresh-rate = true;
|
variable-refresh-rate = true;
|
||||||
background-color = "#000000";
|
};
|
||||||
|
"Dell Inc. DELL P2719H 39VHKS2" = {
|
||||||
|
scale = 1.0;
|
||||||
|
};
|
||||||
|
"LG Electronics LG ULTRAGEAR 106NTYT27386" = {
|
||||||
|
scale = 1.0;
|
||||||
|
variable-refresh-rate = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
layout =
|
layout =
|
||||||
|
|
@ -51,6 +59,7 @@
|
||||||
gap-size = 10;
|
gap-size = 10;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
background-color = "#000000";
|
||||||
gaps = gap-size;
|
gaps = gap-size;
|
||||||
#default-column-display = "tabbed";
|
#default-column-display = "tabbed";
|
||||||
border = {
|
border = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue