mirror of
https://github.com/streetturtle/awesome-wm-widgets.git
synced 2024-11-15 19:48:04 +01:00
Update README.md
This commit is contained in:
parent
0b98ee0e5f
commit
cf76114b92
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@ s.mytasklist, -- Middle widget
|
|||
To improve responsiveness of the widget when playback is changed by a shortcut use corresponding methods of the widget:
|
||||
|
||||
```lua
|
||||
awful.key({ modkey, "Shift" }, "p", function () cmus_widget:play_pause() end, {description = "play/pause cmus", group = "custom"}),
|
||||
awful.key({ modkey, "Shift" },
|
||||
"p",
|
||||
function() cmus_widget:play_pause() end,
|
||||
{description = "play/pause cmus", group = "custom"}),
|
||||
```
|
||||
|
||||
## Customization
|
||||
|
|
Loading…
Reference in a new issue