Add spacing between a few sections.
This commit is contained in:
@@ -116,6 +116,7 @@ bindsym $mod+a focus parent
|
|||||||
# focus the child container
|
# focus the child container
|
||||||
#bindsym $mod+d focus child
|
#bindsym $mod+d focus child
|
||||||
|
|
||||||
|
|
||||||
## Brightness ##
|
## Brightness ##
|
||||||
# Use the bracket keys to change the brightness.
|
# Use the bracket keys to change the brightness.
|
||||||
# light requires sudo privileges unless video group and udev are configured.
|
# 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+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)"
|
bindsym shift+XF86MonBrightnessDown exec --no-startup-id "light -U 25; notify-send 'Brightness Down' $(light -G)"
|
||||||
|
|
||||||
|
|
||||||
## Volume ##
|
## Volume ##
|
||||||
# The volume function is from https://git.hyperling.com/me/env-ansible
|
# 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?
|
# TBD: Why is the displayed volume not showing up like `light -G` above?
|
||||||
|
|||||||
Reference in New Issue
Block a user