Jump to content

Translations:KDE Connect/Tutorials/Useful commands/18/en: Difference between revisions

From KDE UserBase Wiki
FuzzyBot (talk | contribs)
Importing a new version from external source
 
(No difference)

Latest revision as of 10:02, 6 September 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KDE Connect/Tutorials/Useful commands)
* Volume down: {{Output|1=<nowiki>amixer -q sset Master 10%-</nowiki>}}
* Volume up: {{Output|1=<nowiki>amixer -q sset Master 10%+</nowiki>}}
Other commands can be built using [https://linux.die.net/man/1/amixer amixer]
  • Volume down:
    amixer -q sset Master 10%-
  • Volume up:
    amixer -q sset Master 10%+

Other commands can be built using amixer