[doc/shortcut] better example for shortcut module

This commit is contained in:
tobi-wan-kenobi 2021-04-03 19:24:01 +00:00
parent 527d1706c2
commit 0410ac9c6b

View file

@ -9,7 +9,7 @@ a delimiter (; semicolon by default).
For example in order to create two shortcuts labeled A and B with commands
cmdA and cmdB you could do:
./bumblebee-status -m shortcut -p shortcut.cmd='ls;ps' shortcut.label='A;B'
./bumblebee-status -m shortcut -p shortcut.cmd='firefox https://www.google.com;google-chrome https://google.com' shortcut.label='Google (Firefox);Google (Chrome)'
Parameters:
* shortcut.cmds : List of commands to execute