feat(profile): general update.

This commit is contained in:
Alexandre Pujol 2024-03-10 21:21:00 +00:00
parent ad8e5a9797
commit 68fbd81e17
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
18 changed files with 94 additions and 38 deletions

View file

@ -11,19 +11,21 @@ include <tunables/global>
profile i3lock-fancy @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/fonts>
include <abstractions/fontconfig-cache-read>
include <abstractions/fonts>
include <abstractions/X-strict>
@{exec_path} r,
@{sh_path} rix,
@{bin}/rm rix,
@{bin}/fc-match rix,
@{bin}/getopt rix,
@{bin}/mktemp rix,
@{sh_path} rix,
@{bin}/{m,g,}awk rix,
@{bin}/basename rix,
@{bin}/env rix,
@{bin}/fc-match rix,
@{bin}/getopt rix,
@{bin}/mktemp rix,
@{bin}/rm rix,
@{bin}/wmctrl rix,
@{bin}/i3lock rPx,
@{bin}/xrandr rPx,
@ -32,16 +34,15 @@ profile i3lock-fancy @{exec_path} {
@{bin}/import-im6.q16 rCx -> imagemagic,
@{bin}/scrot rCx -> imagemagic,
/usr/share/i3lock-fancy/{,*} r,
owner /tmp/tmp.*.png rw,
owner /tmp/tmp.* rw,
owner /tmp/sh-thd.* rw,
/usr/share/i3lock-fancy/{,*} r,
# file_inherit
owner /dev/tty@{int} rw,
profile imagemagic {
include <abstractions/base>
include <abstractions/fonts>