diff options
author | zachir <zachir@librem.one> | 2025-07-25 19:51:54 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-25 19:51:54 -0500 |
commit | c9ded4f946c2ab56e85553f51df03a1e87adad4b (patch) | |
tree | d91e1b6e940857e76e1e9b5813179e6203c12924 | |
parent | 7161227f6c0ea2e62dc09074f5ef8df02ba45741 (diff) |
Enable DP-2 and HDMI-A-1 in Niri
-rw-r--r-- | niri/config.kdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/niri/config.kdl b/niri/config.kdl index cab419f..5545e58 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -102,14 +102,14 @@ input { position x=0 y=0 } -/-output "DP-2" { +output "DP-2" { mode "1920x1080@75.000" scale 1 transform "normal" position x=0 y=0 } -/-output "HDMI-A-1" { +output "HDMI-A-1" { mode "1920x1080@75.000" scale 1 transform "normal" |