1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

modify some parameter

This commit is contained in:
Lilian Roller 2019-07-24 08:48:50 +02:00
parent 2d274ec736
commit 9fa7c89ca3
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -29,7 +29,7 @@ i3_keybindings_extra:
- keybinding:
name: volume-up
key: XF86AudioRaiseVolume
exec: --no-startup-id pulsemixer --change-volume +4
exec: --no-startup-id pulsemixer --change-volume +3
- keybinding:
name: volume-down
key: XF86AudioLowerVolume
@ -41,16 +41,16 @@ i3_keybindings_extra:
- keybinding:
name: darker
key: XF86MonBrightnessDown
exec: --no-startup-id light -U 12
exec: --no-startup-id light -U 9
- keybinding:
name: lighter
key: XF86MonBrightnessUp
exec: --no-startup-id light -A 9
exec: --no-startup-id light -A 6
i3_applications:
- application:
class: "Firefox"
class: "firefox"
name: "firefox"
workspace: 2
on_startup: true