xtitle versions lol

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-05-23 04:39:57 +03:00
parent d11ae9ff4c
commit 717dbfb8bd
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
class BspwmTaskbar < Worker
def mainloop()
IO.popen("xtitle -s -f '%s'") do |pipe|
IO.popen("xtitle -s -f '%s\n'") do |pipe|
pipe.each do |line|
line.chomp!