diff options
author | zachir <zachir@librem.one> | 2025-07-25 19:47:35 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-25 19:47:35 -0500 |
commit | 1f2b7e8a90d5987b0b3b1ac3fefb24efe2367e24 (patch) | |
tree | b4f762eda83109b3d81ba04bab7bf3be62f20c64 /niri/config.kdl | |
parent | 6b2673b4c82fbec53ad2960058b23c1690ea479b (diff) |
Add all displays in Niri, but don't configure any for master
Diffstat (limited to 'niri/config.kdl')
-rw-r--r-- | niri/config.kdl | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/niri/config.kdl b/niri/config.kdl index 1a826c6..b83e4b4 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -71,9 +71,9 @@ input { // Find more information on the wiki: // https://github.com/YaLTeR/niri/wiki/Configuration:-Outputs // Remember to uncomment the node by removing "/-"! -output "eDP-1" { +/-output "eDP-1" { // Uncomment this line to disable this output. - // off + //off // Resolution and, optionally, refresh rate of the output. // The format is "<width>x<height>" or "<width>x<height>@<refresh rate>". @@ -102,6 +102,20 @@ output "eDP-1" { position x=0 y=0 } +/-output "DP-2" { + mode "1920x1080@75.000" + scale 1 + transform "normal" + position x=0 y=0 +} + +/-output "HDMI-A-1" { + mode "1920x1080@75.000" + scale 1 + transform "normal" + position x=1920 y=0 +} + // Settings that influence how windows are positioned and sized. // Find more information on the wiki: // https://github.com/YaLTeR/niri/wiki/Configuration:-Layout |