Update README.md
This commit is contained in:
parent
fe598e3299
commit
ef00f2e517
|
@ -24,9 +24,9 @@ s.mytasklist, -- Middle widget
|
||||||
|
|
||||||
## Control volume
|
## Control volume
|
||||||
|
|
||||||
To mute/unmute click on widget. To increase/decrease volume scroll up or down when mouse cursor is over the widget.
|
To mute/unmute click on the widget. To increase/decrease volume scroll up or down when mouse cursor is over the widget.
|
||||||
|
|
||||||
If you want to control volume level by keyboard shortcuts add following lines in shortcut section of the **rc.lua** (the command could be slightly different depending on your pc configuration):
|
If you want to control volume level by keyboard shortcuts add following lines in shortcut section of the **rc.lua** (the commands could be slightly different depending on your PC configuration):
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
awful.key({ modkey}, "[", function () awful.spawn("amixer -D pulse sset Master 5%-") end, {description = "increase volume", group = "custom"}),
|
awful.key({ modkey}, "[", function () awful.spawn("amixer -D pulse sset Master 5%-") end, {description = "increase volume", group = "custom"}),
|
||||||
|
|
Loading…
Reference in New Issue