From 36a2736294fd07176da7e1a2e83030a4ddae8104 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 2 Jun 2024 20:45:04 +0200 Subject: [PATCH] Add config load notification --- hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 67fe8393..b6c79fda 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -215,5 +215,8 @@ misc { no_direct_scanout = $settingsEnableNoDirectScanout } +# -> Issue (re)load success message +exec=hyprctl notify 5 5000 0 "Configuration loaded successfully" + # -> Include external configuration files source=hyprland.conf.d/*.conf