Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2016-10-23 02:08:29 +03:00
parent 4d2b7b1f9c
commit e4c91e3991
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@
class BspwmPager < Worker
def mainloop()
IO.popen("bspc subscribe") do
|pipe|
IO.popen("bspc subscribe") do |pipe|
pipe.each do |line|
monitor = line.split(":")[0]