Update lxqt-config-brightness
This commit is contained in:
parent
09473c754c
commit
1b687a33a1
1 changed files with 5 additions and 2 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-config-brightness
|
@{exec_path} = @{bin}/lxqt-config-brightness
|
||||||
profile lxqt-config-brightness @{exec_path} {
|
profile lxqt-config-brightness @{exec_path} flags=(complain) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/gtk>
|
include <abstractions/gtk>
|
||||||
include <abstractions/video>
|
include <abstractions/video>
|
||||||
|
|
@ -30,4 +32,5 @@ profile lxqt-config-brightness @{exec_path} {
|
||||||
|
|
||||||
/dev/tty rw,
|
/dev/tty rw,
|
||||||
|
|
||||||
|
include if exists <local/lxqt-config-brightness>
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue