mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-01-15 10:59:37 +01:00
5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/sh
|
||
|
killall dunst
|
||
|
dunst &
|
||
|
notify-send "Environment reloaded!"
|