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
|
class BspwmPager < Worker
|
||||||
def mainloop()
|
def mainloop()
|
||||||
IO.popen("bspc subscribe") do
|
IO.popen("bspc subscribe") do |pipe|
|
||||||
|pipe|
|
|
||||||
|
|
||||||
pipe.each do |line|
|
pipe.each do |line|
|
||||||
monitor = line.split(":")[0]
|
monitor = line.split(":")[0]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user