Skip to content

Commit

Permalink
Remove garbage characters from man page
Browse files Browse the repository at this point in the history
  • Loading branch information
francma committed Feb 27, 2020
1 parent 8e76ae5 commit 3295f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wob.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 3295f0d

Please sign in to comment.