umm why
Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
parent
4d2b7b1f9c
commit
e4c91e3991
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user