diff options
| author | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-09-26 09:50:27 -0700 |
|---|---|---|
| committer | José Juan Loeza Sierra <jj@xz6ze.com> | 2025-09-26 09:50:27 -0700 |
| commit | 64bbc122f80267993334a329571eae402da1df5a (patch) | |
| tree | 9529f4ea68fe16b71a6bae4a9cecb545c6b4d565 /dot-config/niri | |
| parent | 65e59efaf092dbe57789797c13efec0fbc994266 (diff) | |
remove 2nd external monitor; position monitor left
Diffstat (limited to 'dot-config/niri')
| -rw-r--r-- | dot-config/niri/config.kdl | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dot-config/niri/config.kdl b/dot-config/niri/config.kdl index c07b594..59d7a1b 100644 --- a/dot-config/niri/config.kdl +++ b/dot-config/niri/config.kdl @@ -112,14 +112,8 @@ output "Dell Inc. DELL U2419HX 72Y65N2" { scale 1 transform "normal" background-color "#000000" -} -// -// Secondary external monitor -output "Dell Inc. DELL U2419HX 5TKH6R2" { - mode "1920x1080@60.000" - scale 1 - transform "normal" - background-color "#000000" + // Position left of built-in display + position x=1920 y=0 } // Settings that influence how windows are positioned and sized. |
