zenix: niri display settings
This commit is contained in:
parent
c1c2195692
commit
4500bace9c
1 changed files with 18 additions and 0 deletions
|
|
@ -56,6 +56,24 @@
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
DISPLAY = ":1";
|
DISPLAY = ":1";
|
||||||
};
|
};
|
||||||
|
outputs."DP-3" = {
|
||||||
|
mode = {
|
||||||
|
width = 1920;
|
||||||
|
height = 1080;
|
||||||
|
refresh = 143.855;
|
||||||
|
};
|
||||||
|
variable-refresh-rate = true;
|
||||||
|
scale = 1.0;
|
||||||
|
};
|
||||||
|
outputs."HDMI-A-1" = {
|
||||||
|
mode = {
|
||||||
|
width = 3840;
|
||||||
|
height = 2160;
|
||||||
|
refresh = 120.0;
|
||||||
|
};
|
||||||
|
variable-refresh-rate = true;
|
||||||
|
scale = 2.5;
|
||||||
|
};
|
||||||
binds = with config.lib.niri.actions; {
|
binds = with config.lib.niri.actions; {
|
||||||
"Mod+Return".action.spawn = [(lib.getExe config.programs.terminal)];
|
"Mod+Return".action.spawn = [(lib.getExe config.programs.terminal)];
|
||||||
"Mod+O".action.spawn = [(lib.getExe pkgs.cosmic-files)];
|
"Mod+O".action.spawn = [(lib.getExe pkgs.cosmic-files)];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue