Skip to content

Commit 962864e

Browse files
committed
niri: add external monitor
1 parent 24ea7dd commit 962864e

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

home/wm/niri/config/hdmi.kdl

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// DP monitor
1+
// Microstep MAG321CURV DA2A019280040
22
output "DP-1" {
33
// If the mode is omitted altogether or is invalid, niri will pick one automatically.
44
// Run `niri msg outputs` while inside a niri instance to list all outputs and their modes.
@@ -14,12 +14,9 @@ output "DP-1" {
1414
position x=0 y=0
1515
}
1616

17-
// HDMI monitor via USB-C adapter
18-
output "DP-3" {
19-
// If the mode is omitted altogether or is invalid, niri will pick one automatically.
20-
// Run `niri msg outputs` while inside a niri instance to list all outputs and their modes.
21-
mode "2560x1440@59.95100"
22-
//mode "2560x1440@60.000"
17+
// PNP(GWD) ARZOPA 2022110200001
18+
output "DP-2" {
19+
mode "2560x1440@60.000"
2320

2421
// You can use integer or fractional scale, for example use 1.5 for 150% scale.
2522
scale 1

0 commit comments

Comments
 (0)