refactor(profiles): use @{bin} and @{lib} in profiles (7)
This commit is contained in:
parent
7c2c806ffa
commit
2b2c42d23c
155 changed files with 938 additions and 938 deletions
|
|
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/smplayer
|
||||
@{exec_path} = @{bin}/smplayer
|
||||
profile smplayer @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/audio>
|
||||
|
|
@ -40,11 +40,11 @@ profile smplayer @{exec_path} {
|
|||
|
||||
@{exec_path} mrix,
|
||||
|
||||
/{usr/,}bin/mpv rPx,
|
||||
/{usr/,}bin/pacmd rPx,
|
||||
/{usr/,}bin/smtube rPx,
|
||||
/{usr/,}bin/youtube-dl rPx,
|
||||
/{usr/,}bin/yt-dlp rPx,
|
||||
@{bin}/mpv rPx,
|
||||
@{bin}/pacmd rPx,
|
||||
@{bin}/smtube rPx,
|
||||
@{bin}/youtube-dl rPx,
|
||||
@{bin}/yt-dlp rPx,
|
||||
|
||||
/usr/share/qt5ct/** r,
|
||||
/usr/share/hwdata/pnp.ids r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue