From 9fa7c89ca3547a303dc4ffbb7f1532fb6d756d18 Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Wed, 24 Jul 2019 08:48:50 +0200 Subject: [PATCH] modify some parameter --- group_vars/thinkpad.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/group_vars/thinkpad.yml b/group_vars/thinkpad.yml index 6bf61a8..587d492 100644 --- a/group_vars/thinkpad.yml +++ b/group_vars/thinkpad.yml @@ -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