diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-11 12:09:48 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 261288dc505e580a96cc94991066bb089629c843 (patch) | |
tree | edf1ea931aaede6645fb0a7939a7a70964fd4311 /i3 | |
parent | bc55664115467b4160be9939486c25eea9c5e132 (diff) | |
download | dotfiles-261288dc505e580a96cc94991066bb089629c843.tar.xz |
i3: Fall back to tray on eDP1 if no primary
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,6 +116,7 @@ bindsym $mod+r mode "resize" bar { tray_output primary tray_output DP2-2 + tray_output eDP1 status_command ~/.local/venv/bin/python ~/.config/i3/bar.py position bottom workspace_buttons yes |