From c8e26a1c9ca4490df1621a1cbb52b571391b781e Mon Sep 17 00:00:00 2001
From: Kirill Unitsaev <fiersik@altlinux.org>
Date: Fri, 24 Jan 2025 20:43:49 +0300
Subject: [PATCH] hyprland configs: add autostart ximper-unified-theme-switcher

---
 configs/hyprland/hypr/system-autostart.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/hyprland/hypr/system-autostart.conf b/configs/hyprland/hypr/system-autostart.conf
index f0efcfc..195dcb1 100644
--- a/configs/hyprland/hypr/system-autostart.conf
+++ b/configs/hyprland/hypr/system-autostart.conf
@@ -2,3 +2,5 @@ exec-once = gnome-keyring-daemon --start --components=secrets
 exec-once = /usr/libexec/hyprpolkitagent
 exec-once = dbus-update-activation-environment --all
 exec-once = sleep 1 && dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
+
+exec-once = systemctl start --user ximper-unified-theme-switcher.service
-- 
2.24.1