chore(sway): pkill wob on sway start
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
# daemon
|
# daemon
|
||||||
exec swayidle -w
|
exec swayidle -w
|
||||||
exec wlsunset -l 46.1 -L 14.5
|
exec wlsunset -l 46.1 -L 14.5
|
||||||
exec rm -f $wobs \
|
exec pkill -x wob; rm -f $wobs && mkfifo $wobs && tail -f $wobs | wob
|
||||||
&& mkfifo $wobs \
|
|
||||||
&& tail -f $wobs \
|
|
||||||
| wob
|
|
||||||
exec protonmail-bridge -n
|
exec protonmail-bridge -n
|
||||||
|
|
||||||
# traditional "start when os starts" programs
|
# traditional "start when os starts" programs
|
||||||
|
|||||||
Reference in New Issue
Block a user