diff options
Diffstat (limited to 'modules/home/desktop/components/i3')
| -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}"; |