From 3295f0dbeaaae245045a5307b3d0f2d405a76a03 Mon Sep 17 00:00:00 2001 From: Martin Franc Date: Thu, 27 Feb 2020 21:08:08 +0100 Subject: [PATCH] Remove garbage characters from man page --- wob.1.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wob.1.scd b/wob.1.scd index 6a6a689..0b3d519 100644 --- a/wob.1.scd +++ b/wob.1.scd @@ -97,13 +97,13 @@ bindsym XF86AudioMute exec (amixer get Master | grep off > /dev/null && amixer - Volume using pulse audio: ``` -bindsym XF86AudioRaiseVolume exec pamixer -ui 2 && pamixer --get-volume > $SWAYSOCK.wob++ +bindsym XF86AudioRaiseVolume exec pamixer -ui 2 && pamixer --get-volume > $SWAYSOCK.wob bindsym XF86AudioLowerVolume exec pamixer -ud 2 && pamixer --get-volume > $SWAYSOCK.wob ``` Brightness using haikarainen/light: ``` -bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob++ +bindsym XF86MonBrightnessUp exec light -A 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob bindsym XF86MonBrightnessDown exec light -U 5 && light -G | cut -d'.' -f1 > $SWAYSOCK.wob ```