From 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Tue, 16 Dec 2025 13:27:11 -0500 Subject: add initial version (incomplete) --- hyprland/dot-config/systemd/user/hypridle.service.d/override.conf | 2 ++ .../dot-config/systemd/user/hyprpolkitagent.service.d/override.conf | 3 +++ .../systemd/user/xdg-desktop-portal-hyprland.service.d/override.conf | 2 ++ 3 files changed, 7 insertions(+) create mode 100644 hyprland/dot-config/systemd/user/hypridle.service.d/override.conf create mode 100644 hyprland/dot-config/systemd/user/hyprpolkitagent.service.d/override.conf create mode 100644 hyprland/dot-config/systemd/user/xdg-desktop-portal-hyprland.service.d/override.conf (limited to 'hyprland/dot-config/systemd') diff --git a/hyprland/dot-config/systemd/user/hypridle.service.d/override.conf b/hyprland/dot-config/systemd/user/hypridle.service.d/override.conf new file mode 100644 index 0000000..2b17997 --- /dev/null +++ b/hyprland/dot-config/systemd/user/hypridle.service.d/override.conf @@ -0,0 +1,2 @@ +[Service] +ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "Hyprland" "" diff --git a/hyprland/dot-config/systemd/user/hyprpolkitagent.service.d/override.conf b/hyprland/dot-config/systemd/user/hyprpolkitagent.service.d/override.conf new file mode 100644 index 0000000..0f6e052 --- /dev/null +++ b/hyprland/dot-config/systemd/user/hyprpolkitagent.service.d/override.conf @@ -0,0 +1,3 @@ +[Service] +ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "Hyprland" "" +Slice=session-graphical.slice diff --git a/hyprland/dot-config/systemd/user/xdg-desktop-portal-hyprland.service.d/override.conf b/hyprland/dot-config/systemd/user/xdg-desktop-portal-hyprland.service.d/override.conf new file mode 100644 index 0000000..2b17997 --- /dev/null +++ b/hyprland/dot-config/systemd/user/xdg-desktop-portal-hyprland.service.d/override.conf @@ -0,0 +1,2 @@ +[Service] +ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "Hyprland" "" -- cgit v1.2.3-71-gdd5e