feat(profile): general update.
This commit is contained in:
parent
460ac12bfb
commit
af50944fb5
10 changed files with 23 additions and 14 deletions
|
|
@ -27,6 +27,7 @@ profile dkms @{exec_path} flags=(attach_disconnected) {
|
|||
@{sh_path} rix,
|
||||
@{coreutils_path} rix,
|
||||
@{bin}/as rix,
|
||||
@{bin}/bc rix,
|
||||
@{bin}/gcc rix,
|
||||
@{bin}/getconf rix,
|
||||
@{bin}/kmod rCx -> kmod,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ include <tunables/global>
|
|||
@{cache_dirs} = @{user_cache_dirs}/@{name}
|
||||
|
||||
@{exec_path} = @{bin}/element-desktop
|
||||
profile element-desktop @{exec_path} {
|
||||
profile element-desktop @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/audio-client>
|
||||
include <abstractions/bus-session>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ include <tunables/global>
|
|||
@{cache_dirs} = @{user_cache_dirs}/@{name}
|
||||
|
||||
@{exec_path} = @{bin}/@{name} @{lib_dirs}/@{name}
|
||||
profile freetube @{exec_path} {
|
||||
profile freetube @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/audio-client>
|
||||
include <abstractions/bus-session>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue