#Tips i3wm
How to display window titles focused on i3bar
first install xTitle:
Deb:
sudo apt-get install xtitleArch:
yaourt S xtitle-gitfor using i3status:
add the following line in the file /.i3/config
status_command echo '{"version":1}[[],'; xtitle s -f '[{"full_text": "%s"}],' example:bar { status_command echo '{"version":1}[[],'; xtitle -s -f '[{"full_text": "%s"}],'}----------------------------------------------------------------------------------------------For using i3blocks:
add the following block in the file /.i3/i3blocks
[focused window]
command=xtitle -s -f
min_width=400
align=center
interval=persist
now save and reload i3wm