scripts
This commit is contained in:
commit
6e5095f3cf
35 changed files with 453 additions and 0 deletions
4
dwm/ublocks.sh
Executable file
4
dwm/ublocks.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!bin/sh
|
||||
if [[ $(pgrep dwmblocks | wc -l) > 0 ]]; then
|
||||
exec /home/swebb/Scripts/dwm/reset.sh
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue