[doc/shortcut] better example for shortcut module
This commit is contained in:
parent
527d1706c2
commit
0410ac9c6b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ a delimiter (; semicolon by default).
|
||||||
For example in order to create two shortcuts labeled A and B with commands
|
For example in order to create two shortcuts labeled A and B with commands
|
||||||
cmdA and cmdB you could do:
|
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:
|
Parameters:
|
||||||
* shortcut.cmds : List of commands to execute
|
* shortcut.cmds : List of commands to execute
|
||||||
|
|
Loading…
Reference in a new issue