diff options
| author | JaKooLit <jimmielovejay@gmail.com~> | 2023-12-28 18:19:56 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com~> | 2023-12-28 18:19:56 +0900 |
| commit | 4c669e2a877e1b5d3a10668b6a7bbd62118a9f03 (patch) | |
| tree | a9a9e2f67c5ab52df6995655a1520ed32f509335 /config/hypr/scripts | |
| parent | 88181a130370ec3d78b7bb6ea96080c639eaae24 (diff) | |
Updating for swaync
Diffstat (limited to 'config/hypr/scripts')
| -rw-r--r-- | config/hypr/scripts/SwayNC.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/hypr/scripts/SwayNC.sh b/config/hypr/scripts/SwayNC.sh deleted file mode 100644 index 2dd4316a..00000000 --- a/config/hypr/scripts/SwayNC.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -# Killall running notification agents -_ps=(mako dunst swaync) -for _prs in "${_ps[@]}"; do - if pidof "${_prs}" >/dev/null; then - pkill "${_prs}" - fi -done - -# relaunch sway -sleep 0.5 -swaync
\ No newline at end of file |
