From 5db38f2afa6abb498ec60fcddb4a4ab4d789fe4d Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 2 Mar 2020 23:16:28 +0000 Subject: +some more bindings about brightness Standard laptop bindings and actual keyboard bindings depending on how normie I get --- i3.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/i3.conf b/i3.conf index 6a26441..405fa6a 100644 --- a/i3.conf +++ b/i3.conf @@ -29,6 +29,14 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT bindsym $mod+m exec --no-startup-id pactl set-sink-volume 0 +10% && $refresh_i3status bindsym $mod+n exec --no-startup-id pactl set-sink-volume 0 -10% && $refresh_i3status +# Brightness binds +bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight +15 +bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -15 + +## b and v are the + and - brightness buttons +bindsym $mod+b exec --no-startup-id xbacklight +5 +bindsym $mod+v exec --no-startup-id xbacklight -5 + # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod -- cgit v1.2.3-13-gbd6f