Translations:KDE Connect/Tutorials/Useful commands/4/pt-br: Difference between revisions

From KDE UserBase Wiki
(Created page with "* Desligar: {{Output|1=<nowiki>systemctl poweroff</nowiki>}} * Reniciarː {{Output|1=<nowiki>systemctl reboot</nowiki>}} * Suspender: {{Output|1=<nowiki>systemctl suspend</now...")
 
No edit summary
 
Line 1: Line 1:
* Desligar: {{Output|1=<nowiki>systemctl poweroff</nowiki>}}
* Desligar: {{Output|1=<nowiki>systemctl poweroff</nowiki>}}
* Reniciarː {{Output|1=<nowiki>systemctl reboot</nowiki>}}
* Reiniciarː {{Output|1=<nowiki>systemctl reboot</nowiki>}}
* Suspender: {{Output|1=<nowiki>systemctl suspend</nowiki>}}
* Suspender: {{Output|1=<nowiki>systemctl suspend</nowiki>}}
* Hibernar: {{Output|1=<nowiki>systemctl hibernate</nowiki>}}
* Hibernar: {{Output|1=<nowiki>systemctl hibernate</nowiki>}}

Latest revision as of 20:00, 10 February 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)
* Shutdown: {{Output|1=<nowiki>systemctl poweroff</nowiki>}}
* Reboot: {{Output|1=<nowiki>systemctl reboot</nowiki>}}
* Suspend: {{Output|1=<nowiki>systemctl suspend</nowiki>}}
* Hibernate: {{Output|1=<nowiki>systemctl hibernate</nowiki>}}
* Lock screen: {{Output|1=<nowiki>loginctl lock-session</nowiki>}}
* Unlock screen: {{Output|1=<nowiki>loginctl unlock-session</nowiki>}}
* Turn off screen: {{Output|1=<nowiki>sleep 0.1 && qdbus org.kde.kglobalaccel /component/org_kde_powerdevil invokeShortcut "Turn Off Screen"</nowiki>}}
* Lock keyboard and mouse (not the screen): {{Output|1=<nowiki>pyxtrlock</nowiki>}}
* Unlock keyboard and mouse: {{Output|1=<nowiki>pkill pyxtrlock</nowiki>}}
  • Desligar:
    systemctl poweroff
  • Reiniciarː
    systemctl reboot
  • Suspender:
    systemctl suspend
  • Hibernar:
    systemctl hibernate
  • Bloquear a tela:
    loginctl lock-session
  • Desbloquear a tela:
    loginctl unlock-session
  • Desligar a tela:
    xset dpms force off
  • Ligar a Tela:
    xset dpms force on
  • Travar o teclado e o mouse (não a tela):
    pyxtrlock
  • Desbloquear o teclado e o mouse:
    pkill pyxtrlock