diff options
Diffstat (limited to 'config/hypr/scripts/PywalSwaync.sh')
| -rwxr-xr-x | config/hypr/scripts/PywalSwaync.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hypr/scripts/PywalSwaync.sh b/config/hypr/scripts/PywalSwaync.sh new file mode 100755 index 00000000..aad1acb8 --- /dev/null +++ b/config/hypr/scripts/PywalSwaync.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +pkill swaync + +sleep 0.3 +swaync > /dev/null 2>&1 &
\ No newline at end of file |
