refactor(profiles): use @{bin} and @{lib} in profiles (5)
This commit is contained in:
parent
43b0f09b65
commit
fcedbbfd95
122 changed files with 873 additions and 876 deletions
|
|
@ -6,7 +6,7 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{exec_path} = /{usr/,}bin/i3lock-fancy
|
||||
@{exec_path} = @{bin}/i3lock-fancy
|
||||
profile i3lock-fancy @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
@ -14,22 +14,22 @@ profile i3lock-fancy @{exec_path} {
|
|||
include <abstractions/fontconfig-cache-read>
|
||||
|
||||
@{exec_path} r,
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
|
||||
/{usr/,}bin/rm rix,
|
||||
/{usr/,}bin/fc-match rix,
|
||||
/{usr/,}bin/getopt rix,
|
||||
/{usr/,}bin/mktemp rix,
|
||||
/{usr/,}bin/{m,g,}awk rix,
|
||||
/{usr/,}bin/basename rix,
|
||||
/{usr/,}bin/env rix,
|
||||
@{bin}/rm rix,
|
||||
@{bin}/fc-match rix,
|
||||
@{bin}/getopt rix,
|
||||
@{bin}/mktemp rix,
|
||||
@{bin}/{m,g,}awk rix,
|
||||
@{bin}/basename rix,
|
||||
@{bin}/env rix,
|
||||
|
||||
/{usr/,}bin/i3lock rPx,
|
||||
/{usr/,}bin/xrandr rPx,
|
||||
@{bin}/i3lock rPx,
|
||||
@{bin}/xrandr rPx,
|
||||
|
||||
/{usr/,}bin/convert-im6.q16 rCx -> imagemagic,
|
||||
/{usr/,}bin/import-im6.q16 rCx -> imagemagic,
|
||||
/{usr/,}bin/scrot rCx -> imagemagic,
|
||||
@{bin}/convert-im6.q16 rCx -> imagemagic,
|
||||
@{bin}/import-im6.q16 rCx -> imagemagic,
|
||||
@{bin}/scrot rCx -> imagemagic,
|
||||
|
||||
owner /tmp/tmp.*.png rw,
|
||||
owner /tmp/tmp.* rw,
|
||||
|
|
@ -46,9 +46,9 @@ profile i3lock-fancy @{exec_path} {
|
|||
include <abstractions/fonts>
|
||||
include <abstractions/fontconfig-cache-read>
|
||||
|
||||
/{usr/,}bin/convert-im6.q16 mr,
|
||||
/{usr/,}bin/import-im6.q16 mr,
|
||||
/{usr/,}bin/scrot mr,
|
||||
@{bin}/convert-im6.q16 mr,
|
||||
@{bin}/import-im6.q16 mr,
|
||||
@{bin}/scrot mr,
|
||||
|
||||
/usr/share/ImageMagick-[0-9]/*.xml r,
|
||||
/etc/ImageMagick-[0-9]/*.xml r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue