diff options
| author | Caroline Larimore <caroline@larimo.re> | 2026-03-02 21:52:04 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2026-03-02 21:52:04 -0800 |
| commit | eedfd4cd31f27d4cb9d4fb715e400635457ecd5f (patch) | |
| tree | 863081e90b7f3f77d27ef5813f4951a0c6ed2c5d /modules/home/desktop | |
| parent | d227279dfafa9842078e830e98555a22a8d87f33 (diff) | |
c-pc: revert display names
Diffstat (limited to 'modules/home/desktop')
| -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 936f98d..d9ae518 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-1"; - right = "DP-2 HDMI-1"; + left = "DVI-D-0"; + right = "DisplayPort-1 HDMI-A-0"; }; in { modifier = "${mod}"; |