mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-02-24 04:09:03 +00:00
Require some other services on wm-ready
This commit is contained in:
parent
c3b4d535ce
commit
b17982a298
2 changed files with 4 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
/usr/lib/systemd/user/systemd-lock-handler.service
|
|
@ -1,3 +1,7 @@
|
|||
[Unit]
|
||||
Description=Window Manager loaded and ready
|
||||
BindsTo=graphical-session.target
|
||||
Wants=wireplumber.service
|
||||
Wants=pipewire-pulse.socket
|
||||
Wants=systemd-lock-handler.service
|
||||
Wants=usbguard-notifier.service
|
||||
|
|
Loading…
Add table
Reference in a new issue