Merge pull request #755 from l3nkz/master

Fix and extend the wlr/taskbar example in the man page
This commit is contained in:
Alex 2020-06-25 10:45:34 +02:00 committed by GitHub
commit d35e92569d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
}
```