First Commit
This is a first dotfiles config. I think I have a lot more to add tho...
This commit is contained in:
7
bin/.bin/resetnotify
Executable file
7
bin/.bin/resetnotify
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
pidof dunst && killall dunst
|
||||
dunst &
|
||||
|
||||
notify-send "Hello, World!" &
|
||||
notify-send "Hello, World!2" --urgency=critical &
|
Reference in New Issue
Block a user