diff --git a/files/settings/i3.config b/files/settings/i3.config index 1d4833d..7191cfe 100644 --- a/files/settings/i3.config +++ b/files/settings/i3.config @@ -116,6 +116,7 @@ bindsym $mod+a focus parent # focus the child container #bindsym $mod+d focus child + ## Brightness ## # Use the bracket keys to change the brightness. # light requires sudo privileges unless video group and udev are configured. @@ -130,6 +131,7 @@ bindsym XF86MonBrightnessDown exec --no-startup-id "light -U 5; notify-send 'Bri bindsym shift+XF86MonBrightnessUp exec --no-startup-id "light -A 25; notify-send 'Brightness Up' $(light -G)" bindsym shift+XF86MonBrightnessDown exec --no-startup-id "light -U 25; notify-send 'Brightness Down' $(light -G)" + ## Volume ## # The volume function is from https://git.hyperling.com/me/env-ansible # TBD: Why is the displayed volume not showing up like `light -G` above?