From: Ingo Bürk Date: Tue, 25 Aug 2015 16:50:14 +0000 (+0200) Subject: Add 'tray_output primary' to the default config X-Git-Tag: 4.11~43^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F1863%2Fhead;p=i3%2Fi3 Add 'tray_output primary' to the default config --- 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 }