diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-07 14:44:48 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | c56599e9b2b39bdea59bb69ea3220ae643bfdad2 (patch) | |
tree | 397903252243ad967488e35fbc42a3f3443736f0 | |
parent | f63fc50a7942134c718c12179ca1a37af12e4a2f (diff) | |
download | dotfiles-c56599e9b2b39bdea59bb69ea3220ae643bfdad2.tar.xz |
i3: Output tray on primary output
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -114,6 +114,7 @@ bindsym $mod+r mode "resize" # i3bar bar { + tray_output primary status_command ~/.local/venv/bin/python ~/.config/i3/bar.py position bottom workspace_buttons yes @@ -129,6 +130,7 @@ bar { } } + for_window [class="Gifview"] floating enable |