feat(abs): improve the app-launcher* abs.
This commit is contained in:
parent
3ad53a2bb0
commit
9cd1939ddc
2 changed files with 5 additions and 5 deletions
|
|
@ -3,8 +3,8 @@
|
||||||
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
|
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
@{bin}/* PUx,
|
@{bin}/** PUx,
|
||||||
/usr/local/{s,}bin/* PUx,
|
/usr/local/{s,}bin/** PUx,
|
||||||
|
|
||||||
@{bin}/ r,
|
@{bin}/ r,
|
||||||
/ r,
|
/ r,
|
||||||
|
|
|
||||||
|
|
@ -3,10 +3,10 @@
|
||||||
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
|
# Copyright (C) 2022-2024 Alexandre Pujol <alexandre@pujol.io>
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
@{bin}/* PUx,
|
@{bin}/** PUx,
|
||||||
/opt/*/** PUx,
|
/opt/*/** PUx,
|
||||||
/usr/share/*/* PUx,
|
/usr/share/** PUx,
|
||||||
/usr/local/bin/* PUx,
|
/usr/local/bin/** PUx,
|
||||||
|
|
||||||
@{brave_path} Px,
|
@{brave_path} Px,
|
||||||
@{chrome_path} Px,
|
@{chrome_path} Px,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue