From 22d3efe071b30bb098cb7257970e10b58b938db3 Mon Sep 17 00:00:00 2001 From: Andrew Hill Date: Wed, 31 Oct 2018 19:54:48 -0500 Subject: Add back accidentally removed newline --- volume-widget/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'volume-widget/README.md') diff --git a/volume-widget/README.md b/volume-widget/README.md index 1fcc456..118abc6 100644 --- a/volume-widget/README.md +++ b/volume-widget/README.md @@ -36,6 +36,7 @@ s.mytasklist, -- Middle 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 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"}), awful.key({ modkey}, "]", function () awful.spawn("amixer -D pulse sset Master 5%-") end, {description = "decrease volume", group = "custom"}), -- cgit v1.2.3