From e2e7b70d002cac2031cb65d6f5f197c9583913d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20B=C3=BCrk?= Date: Tue, 25 Aug 2015 18:50:14 +0200 Subject: [PATCH] Add 'tray_output primary' to the default config --- i3.config | 1 + i3.config.keycodes | 1 + 2 files changed, 2 insertions(+) diff --git a/i3.config b/i3.config index f7722d36..b2d7fac8 100644 --- a/i3.config +++ b/i3.config @@ -165,6 +165,7 @@ bindsym Mod1+r mode "resize" # finds out, if available) bar { status_command i3status + tray_output primary } ####################################################################### diff --git a/i3.config.keycodes b/i3.config.keycodes index 0c978d0b..e606d347 100644 --- a/i3.config.keycodes +++ b/i3.config.keycodes @@ -152,4 +152,5 @@ bindcode $mod+27 mode "resize" # finds out, if available) bar { status_command i3status + tray_output primary }