diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-02-12 20:26:42 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-02-12 20:26:42 -0800 |
| commit | 578564e309f0075d8a0648e9fe32875ee302e574 (patch) | |
| tree | 0d3d478160c7c8de86ce873445cb298547a21337 /modules/home/desktop/components | |
| parent | 5d1f2f412eba3bc6c16ac2c32d1fe57ccf7c53f9 (diff) | |
c-pc: update display names
Diffstat (limited to 'modules/home/desktop/components')
| -rw-r--r-- | modules/home/desktop/components/i3/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home/desktop/components/i3/default.nix b/modules/home/desktop/components/i3/default.nix index d9ae518..936f98d 100644 --- a/modules/home/desktop/components/i3/default.nix +++ b/modules/home/desktop/components/i3/default.nix @@ -40,8 +40,8 @@ in { output = { primary = "primary"; - left = "DVI-D-0"; - right = "DisplayPort-1 HDMI-A-0"; + left = "DVI-D-1"; + right = "DP-2 HDMI-1"; }; in { modifier = "${mod}"; |