From ddc90c3898e40ea3b3242bd221dea408ddcd4e82 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Thu, 14 Aug 2025 07:37:20 -0400 Subject: [PATCH] Add dunst to autostart --- README.org | 1 + hyprland.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/README.org b/README.org index 20aa7da..898cfe0 100644 --- a/README.org +++ b/README.org @@ -149,6 +149,7 @@ exec-once = uwsm app -- fumon & exec-once = uwsm app -- kdeconnectd --replace & exec-once = uwsm app -- wl-paste --type text --watch cliphist store & exec-once = uwsm app -- wl-paste --type image --watch cliphist store & +exec-once = uwsm app -- $HOME/.scripts/dunst.sh --on & #+END_SRC *** Desktop Setup diff --git a/hyprland.conf b/hyprland.conf index e037d1a..4a27d1d 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -10,6 +10,7 @@ exec-once = uwsm app -- fumon & exec-once = uwsm app -- kdeconnectd --replace & exec-once = uwsm app -- wl-paste --type text --watch cliphist store & exec-once = uwsm app -- wl-paste --type image --watch cliphist store & +exec-once = uwsm app -- $HOME/.scripts/dunst.sh --on & exec-once = uwsm app -- hyprctl setcursor breeze-hacked-cursor-theme 24 & exec-once = uwsm app -- hyprpm reload -n &