1
0
Fork 0

add sb networkmanager hooks

This commit is contained in:
Luca Bilke 2024-07-24 18:22:18 +02:00
parent 78e30805fe
commit 6906196882
Signed by: luca
GPG Key ID: F6E11C9BAA7C82F5
2 changed files with 7 additions and 0 deletions

View File

@ -13,3 +13,4 @@
## Misc ## Misc
- [ ] Enable user services - [ ] Enable user services
- [ ] Select timezone

View File

@ -0,0 +1,6 @@
#!/bin/sh
[ "$NM_DISPATCHER_ACTION" = "connectivity-change" ] && {
pkill -RTMIN+2 dwmblocks
pkill -RTMIN+3 dwmblocks
}