From 3faa49c2900cafc74ad50c55a1bc74762faafc0b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 16 Jul 2026 19:03:41 -0700 Subject: [PATCH] Add spacing between a few sections. --- files/settings/i3.config | 2 ++ 1 file changed, 2 insertions(+) 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?