This website requires JavaScript.
Explore
Help
Sign In
klesh
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
Pull Requests
Releases
Wiki
Activity
fbb4945ed1
dotfiles
/
dunst
/
content
/
dunstdaemon
6 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[feature] replace some fish/bash script with dash script for performance
2020-10-30 17:12:53 +00:00
#!/bin/sh
[misc] restructured, to be tested
2020-09-17 16:02:24 +00:00
killall -q dunst
while pgrep -x dunst >/dev/null; do sleep 1; done
[misc] refactory
2020-11-08 16:26:14 +00:00
dunst &
Reference in New Issue
Copy Permalink