From f06162edf0562d8f91a8ce959d4af9238bc225af Mon Sep 17 00:00:00 2001 From: q3aql Date: Fri, 8 Aug 2025 14:08:45 +0200 Subject: [PATCH] .config/sway/config --- .config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 4cd2288..5c59ca6 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -22,6 +22,9 @@ exec --no-startup-id ~/.config/sway/xhost-x11-root.sh & exec --no-startup-id systemctl --user restart pipewire exec --no-startup-id systemctl --user restart pipewire-pulse +# Run notification +exec --no-startup-id "killall swaync && sleep 2 && swaync &" + # Load Apps exec --no-startup-id "keepassxc &" exec --no-startup-id "electron-mail &"