feat(profile): modernize some profiles.

This commit is contained in:
Alexandre Pujol 2024-03-12 15:48:43 +00:00
parent 81b9de3aff
commit 9c859cec9d
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
14 changed files with 124 additions and 211 deletions

View file

@ -39,7 +39,7 @@ profile xdm-xsession @{exec_path} {
@{bin}/flatpak rPx,
@{bin}/pidof rPx,
@{bin}/startplasma-x11 rPx,
@{bin}/systemctl rPx -> child-systemctl,
@{bin}/systemctl rCx -> systemctl,
@{bin}/xdg-user-dirs-update rPx,
@{bin}/xrdb rPx,
@ -101,5 +101,12 @@ profile xdm-xsession @{exec_path} {
include if exists <local/xdm-xsession_dbus>
}
profile systemctl {
include <abstractions/base>
include <abstractions/systemctl>
include if exists <local/xdm-xsession_systemctl>
}
include if exists <local/xdm-xsession>
}