From a2a823b5bb03f33cad34f2dcb4380ebcbc9054d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 2 Mar 2022 10:42:47 +0000 Subject: [PATCH] fix tray output when disconnecting from the dock --- nixos/i3/autorandr.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/i3/autorandr.nix b/nixos/i3/autorandr.nix index cb0a031d..51c6f265 100644 --- a/nixos/i3/autorandr.nix +++ b/nixos/i3/autorandr.nix @@ -47,6 +47,8 @@ config = { eDP-1 = { enable = true; + primary = true; + position = "0x0"; mode = "2560x1440"; }; };