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/jgmenu{,_run}
|
||||
@{exec_path} = @{bin}/jgmenu{,_run}
|
||||
profile jgmenu @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
|
@ -19,14 +19,14 @@ profile jgmenu @{exec_path} {
|
|||
|
||||
@{exec_path} mrix,
|
||||
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/zsh rix,
|
||||
/{usr/,}bin/mkdir rix,
|
||||
/{usr/,}bin/find rix,
|
||||
/{usr/,}bin/wc rix,
|
||||
/{usr/,}bin/cat rix,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{bin}/zsh rix,
|
||||
@{bin}/mkdir rix,
|
||||
@{bin}/find rix,
|
||||
@{bin}/wc rix,
|
||||
@{bin}/cat rix,
|
||||
|
||||
/{usr/,}lib/jgmenu/jgmenu-* rix,
|
||||
@{lib}/jgmenu/jgmenu-* rix,
|
||||
|
||||
owner @{HOME}/ r,
|
||||
owner @{HOME}/.jgmenu-lockfile rwk,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue