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