summaryrefslogtreecommitdiff
path: root/volume-widget/README.md
diff options
context:
space:
mode:
authorPavel Makhov <streetturtle@users.noreply.github.com>2017-02-09 21:57:39 -0500
committerGitHub <noreply@github.com>2017-02-09 21:57:39 -0500
commitef00f2e517258c192efd0e43cda8ea5f44406253 (patch)
tree8cd90bb4ae3a4e965716d7ff5e608a613120b74b /volume-widget/README.md
parentfe598e3299224d33f2ff9ada1003a58add48ad9f (diff)
Update README.md
Diffstat (limited to 'volume-widget/README.md')
-rw-r--r--volume-widget/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/volume-widget/README.md b/volume-widget/README.md
index 40cc03e..7ce80b7 100644
--- a/volume-widget/README.md
+++ b/volume-widget/README.md
@@ -24,9 +24,9 @@ s.mytasklist, -- Middle widget
## 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
awful.key({ modkey}, "[", function () awful.spawn("amixer -D pulse sset Master 5%-") end, {description = "increase volume", group = "custom"}),