From 149917c8977512cb3e93c3cfe4dbc0bf1baa44b1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 1 Jun 2025 15:31:15 +0200 Subject: [PATCH] Ensure swaync is started by default --- config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index f9e9a5a..0667acf 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -24,7 +24,7 @@ $menu = wofi --show drun # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -exec-once = hyprpaper +exec-once = hyprpaper & swaync ############################# ### ENVIRONMENT VARIABLES ###