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:
parent
2d274ec736
commit
9fa7c89ca3
1 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ i3_keybindings_extra:
|
||||||
- keybinding:
|
- keybinding:
|
||||||
name: volume-up
|
name: volume-up
|
||||||
key: XF86AudioRaiseVolume
|
key: XF86AudioRaiseVolume
|
||||||
exec: --no-startup-id pulsemixer --change-volume +4
|
exec: --no-startup-id pulsemixer --change-volume +3
|
||||||
- keybinding:
|
- keybinding:
|
||||||
name: volume-down
|
name: volume-down
|
||||||
key: XF86AudioLowerVolume
|
key: XF86AudioLowerVolume
|
||||||
|
@ -41,16 +41,16 @@ i3_keybindings_extra:
|
||||||
- keybinding:
|
- keybinding:
|
||||||
name: darker
|
name: darker
|
||||||
key: XF86MonBrightnessDown
|
key: XF86MonBrightnessDown
|
||||||
exec: --no-startup-id light -U 12
|
exec: --no-startup-id light -U 9
|
||||||
- keybinding:
|
- keybinding:
|
||||||
name: lighter
|
name: lighter
|
||||||
key: XF86MonBrightnessUp
|
key: XF86MonBrightnessUp
|
||||||
exec: --no-startup-id light -A 9
|
exec: --no-startup-id light -A 6
|
||||||
|
|
||||||
|
|
||||||
i3_applications:
|
i3_applications:
|
||||||
- application:
|
- application:
|
||||||
class: "Firefox"
|
class: "firefox"
|
||||||
name: "firefox"
|
name: "firefox"
|
||||||
workspace: 2
|
workspace: 2
|
||||||
on_startup: true
|
on_startup: true
|
||||||
|
|
Loading…
Reference in a new issue