From 3f4e4d89c3f9ca0d611de5e73dcf73d808fecaf8 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 31 Mar 2022 11:10:39 +0200 Subject: [PATCH] home: i3: set tray to primary screen --- home/x/i3.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/x/i3.nix b/home/x/i3.nix index 4dde0c4..996a1e1 100644 --- a/home/x/i3.nix +++ b/home/x/i3.nix @@ -51,6 +51,8 @@ in colors = i3Theme.bar; + trayOutput = "primary"; + # disable mouse scroll wheel in bar extraConfig = '' bindsym button4 nop