mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
root required to use light
This commit is contained in:
parent
4eb1a10951
commit
c6d5e82c8d
1 changed files with 2 additions and 2 deletions
|
@ -41,11 +41,11 @@ i3_keybindings_extra:
|
||||||
- keybinding:
|
- keybinding:
|
||||||
name: darker
|
name: darker
|
||||||
key: XF86MonBrightnessDown
|
key: XF86MonBrightnessDown
|
||||||
exec: --no-startup-id light -U 9
|
exec: --no-startup-id sudo light -U 9
|
||||||
- keybinding:
|
- keybinding:
|
||||||
name: lighter
|
name: lighter
|
||||||
key: XF86MonBrightnessUp
|
key: XF86MonBrightnessUp
|
||||||
exec: --no-startup-id light -A 6
|
exec: --no-startup-id sudo light -A 6
|
||||||
|
|
||||||
|
|
||||||
i3_applications:
|
i3_applications:
|
||||||
|
|
Loading…
Reference in a new issue