Fix and extend the wlr/taskbar example in the man page

The example incorrectly used 'on-middle-click' as option although it
should be 'on-click-middle'. Fix this and also add some other options.
This commit is contained in:
Till Smejkal 2020-06-25 08:05:06 +02:00
parent 8f684f703e
commit b6067c7569
1 changed files with 4 additions and 2 deletions

View File

@ -87,10 +87,12 @@ Addressed by *wlr/taskbar*
```
"wlr/taskbar": {
"format": "{icon}",
"format": "{icon}",
"icon-size": 14,
"icon-theme": "Numix-Circle",
"tooltip-format": "{title}",
"on-click": "activate",
"on-middle-click": "close"
"on-click-middle": "close"
}
```