Add spacing between a few sections.

This commit is contained in:
2026-07-16 19:03:41 -07:00
parent d2356a5780
commit 3faa49c290
+2
View File
@@ -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?