feat(logout): kill pipewire and his child process on logout
This commit is contained in:
parent
619e288564
commit
252d6a2840
|
@ -24,7 +24,7 @@ super + Escape
|
||||||
|
|
||||||
# quit/restart bspwm
|
# quit/restart bspwm
|
||||||
super + alt + {q,r}
|
super + alt + {q,r}
|
||||||
bspc {quit,wm -r}
|
bspc {quit,wm -r} & pkill pipewire & pkill pipewire-pulse
|
||||||
|
|
||||||
alt + shift + l
|
alt + shift + l
|
||||||
betterlockscreen -l dim
|
betterlockscreen -l dim
|
||||||
|
|
Loading…
Reference in New Issue