1
0
Fork 0

Update bspwm/sxhkd/panel configs for new bspwm version

This commit is contained in:
Jeremy Kaplan 2016-03-19 05:44:30 -04:00
commit efc20b7369
3 changed files with 108 additions and 61 deletions

View file

@ -124,7 +124,7 @@ def main(argv):
'clock': clock_update(None)[1],
}
# These processes trigger when events happen.
bspc_control = subprocess.Popen(["bspc", "control", "--subscribe"],
bspc_control = subprocess.Popen(["bspc", "subscribe"],
stdout=subprocess.PIPE)
listening = [bspc_control]
# Make stdout nonblocking.