Remove tray icons from i3bar

This commit is contained in:
Adam Gausmann 2018-12-19 10:14:37 -06:00
parent 2673762b18
commit 3feed5bde9

View file

@ -85,18 +85,19 @@ bindsym $mod+Shift+$kws9 move container to workspace $ws9
bindsym $mod+Shift+$kws10 move container to workspace $ws10
mode "resize" {
bindsym $kleft resize shrink width 10 px or 10 ppt
bindsym $kdown resize grow height 10 px or 10 ppt
bindsym $kup resize shrink height 10 px or 10 ppt
bindsym $kright resize grow width 10 px or 10 ppt
bindsym $kleft resize shrink width 10 px or 10 ppt
bindsym $kdown resize grow height 10 px or 10 ppt
bindsym $kup resize shrink height 10 px or 10 ppt
bindsym $kright resize grow width 10 px or 10 ppt
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
}
bindsym $mod+r mode "resize"
bar {
status_command /usr/bin/i3status
tray_output none
status_command /usr/bin/i3status
}