From 537dc3835f10ee6d68f53fca453854c3b4fed0c9 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Tue, 17 Jun 2025 22:40:23 -0400 Subject: [PATCH] Removed kwallet service as it was already in xdg autostart --- files/systemd/user/unlock-kwallet.service | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 files/systemd/user/unlock-kwallet.service diff --git a/files/systemd/user/unlock-kwallet.service b/files/systemd/user/unlock-kwallet.service deleted file mode 100644 index 3215bd8..0000000 --- a/files/systemd/user/unlock-kwallet.service +++ /dev/null @@ -1,17 +0,0 @@ -[Unit] -Description=Unlocks kwallet for hyprland on login. -# order startup after WM -After=graphical-session.target - -[Service] -Type=exec -# Repurpose XDG Autostart filtering -ExecCondition=/lib/systemd/systemd-xdg-autostart-condition "wlroots:sway:Wayfire:labwc:Hyprland" "" -ExecStart=/usr/libexec/pam_kwallet_init -Slice=app-graphical.slice - -[Install] -WantedBy=graphical-session.target -# Alternatively can be wanted by specific WMs' targets -# Should also be duplicated in 'After=' to avoid ordering loop -#WantedBy=wayland-session@hyprland.desktop.target \ No newline at end of file