From 4c669e2a877e1b5d3a10668b6a7bbd62118a9f03 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 28 Dec 2023 18:19:56 +0900 Subject: [PATCH] Updating for swaync --- config/hypr/configs/Execs.conf | 5 ++--- config/hypr/scripts/SwayNC.sh | 13 ------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 config/hypr/scripts/SwayNC.sh diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 5e2a435..ef5b8ad 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -23,11 +23,10 @@ exec-once = $scriptsDir/Polkit.sh # starup apps exec-once = waybar & exec-once = nm-applet --indicator & -exec-once = blueman-applet & +exec-once = swaync & +#exec-once = blueman-applet & #exec-once = rog-control-center & -# notification -exec-once = $scriptsDir/SwayNC.sh #clipboard manager exec-once = wl-paste --type text --watch cliphist store diff --git a/config/hypr/scripts/SwayNC.sh b/config/hypr/scripts/SwayNC.sh deleted file mode 100644 index 2dd4316..0000000 --- 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