mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
Merge branch 'master' of github.com:DO1JLR/ansible_thinkpad_setup
This commit is contained in:
commit
88036d4ebc
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