Update lxqt-powermangement
This commit is contained in:
parent
2ce4234513
commit
147dbaa217
1 changed files with 7 additions and 3 deletions
|
|
@ -3,10 +3,12 @@
|
||||||
# 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-powermangement
|
@{exec_path} = @{bin}/lxqt-powermangement
|
||||||
profile lxqt-powermanagement @{exec_path} {
|
profile lxqt-powermanagement @{exec_path} flags=(complain) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/gtk>
|
include <abstractions/gtk>
|
||||||
include <abstractions/video>
|
include <abstractions/video>
|
||||||
|
|
@ -27,4 +29,6 @@ profile lxqt-powermanagement @{exec_path} {
|
||||||
owner @{PROC}/@{pid}/mounts r,
|
owner @{PROC}/@{pid}/mounts r,
|
||||||
|
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
|
|
||||||
|
include if exists <local/lxqt-powermangement>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue