feat(profile): allow to start hyprland from sddm.

fix #674
This commit is contained in:
Alexandre Pujol 2025-03-06 21:59:20 +01:00
parent 7e1c08b75d
commit cfce68a5df
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 5 additions and 2 deletions

View file

@ -94,6 +94,7 @@ profile sddm @{exec_path} flags=(attach_disconnected,mediate_deleted) {
@{bin}/dbus-update-activation-environment rPx -> dbus-session,
@{bin}/flatpak rPx,
@{bin}/gnome-keyring-daemon rPx,
@{bin}/Hyprland rPx,
@{bin}/kwalletd{5,6} rPx,
@{bin}/kwin_wayland rPx,
@{bin}/sddm-greeter{,-qt6} rPx,

View file

@ -7,7 +7,7 @@ abi <abi/4.0>,
include <tunables/global>
@{exec_path} = @{bin}/pidof
profile pidof @{exec_path} {
profile pidof @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/consoles>

View file

@ -26,11 +26,13 @@ profile waybar @{exec_path} flags=(attach_disconnected) {
owner @{user_config_dirs}/waybar/{,**} r,
@{sys}/devices/@{pci}/uevent r,
@{sys}/devices/system/cpu/present r,
@{sys}/devices/virtual/dmi/id/bios_vendor r,
@{sys}/devices/virtual/dmi/id/board_vendor r,
@{sys}/devices/virtual/dmi/id/product_name r,
@{sys}/devices/virtual/dmi/id/sys_vendor r,
@{sys}/devices/system/cpu/present r,
@{sys}/devices/virtual/dmi/id/uevent r,
@{PROC}/@{pid}/net/dev r,
@{PROC}/spl/kstat/zfs/arcstats r,