Update bspwm/sxhkd/panel configs for new bspwm version
This commit is contained in:
parent
9db5e9898a
commit
efc20b7369
3 changed files with 108 additions and 61 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue