diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-01 13:25:16 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-01 13:25:16 -0600 |
| commit | 224cb3c071fad1359bd7a3bb6aa68899645f1875 (patch) | |
| tree | 6b75c0356e809c1501154ec7e335b228be5d6aca /dotfiles | |
| parent | 86bd048952ba02b8e3148f36b578f4c93534110e (diff) | |
| download | archsetup-224cb3c071fad1359bd7a3bb6aa68899645f1875.tar.gz archsetup-224cb3c071fad1359bd7a3bb6aa68899645f1875.zip | |
fix(hyprland): dismiss plugin notifications on startup
Add hyprctl dismissnotify after hyprpm update to clear hardcoded
plugin initialization messages. Also document set-theme and plugin
notification issues in todo.org.
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 78c5bdf..aef8d2e 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -17,7 +17,7 @@ exec-once = systemctl --user start xdg-desktop-portal-hyprland xdg-desktop-porta # Core services exec-once = /usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh exec-once = dunst > ~/.local/var/log/dunst-$(date +%Y-%m-%d-%H%M%S).log 2>&1 -exec-once = hyprpm update -n && sleep 2 && hyprctl dismissnotify -1 +exec-once = hyprpm -n update && sleep 1 && hyprctl dismissnotify -1 # Desktop appearance (after portal is ready) exec-once = swww-daemon && sleep 1 && swww img ~/pictures/wallpaper/trondheim-norway.jpg |
