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