Update lxqt-globalkeysd
This commit is contained in:
parent
2e39dd2500
commit
1a57d9fa88
1 changed files with 6 additions and 2 deletions
|
|
@ -3,7 +3,9 @@
|
||||||
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
# Copyright (C) 2024 Besanon <m231009ts@mailfence.com>
|
||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
|
||||||
#include <tunables/global>
|
abi <abi/3.0>,
|
||||||
|
|
||||||
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{bin}/lxqt-globalkeysd
|
@{exec_path} = @{bin}/lxqt-globalkeysd
|
||||||
profile lxqt-globalkeysd @{exec_path} {
|
profile lxqt-globalkeysd @{exec_path} {
|
||||||
|
|
@ -20,7 +22,7 @@ profile lxqt-globalkeysd @{exec_path} {
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
@{bin}/screengrab rix,
|
@{bin}/screengrab rpx,
|
||||||
@{bin}/lxqt-config-brightness rpx,
|
@{bin}/lxqt-config-brightness rpx,
|
||||||
|
|
||||||
/usr/share/lxqt/globalkeyshortcuts.conf rw,
|
/usr/share/lxqt/globalkeyshortcuts.conf rw,
|
||||||
|
|
@ -39,4 +41,6 @@ profile lxqt-globalkeysd @{exec_path} {
|
||||||
owner /tmp/{,**} r,
|
owner /tmp/{,**} r,
|
||||||
|
|
||||||
@{PROC}/sys/kernel/random/boot_id r,
|
@{PROC}/sys/kernel/random/boot_id r,
|
||||||
|
|
||||||
|
include if exists <local/lxqt-globalkeysd>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue