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

From KDE UserBase Wiki
Revision as of 22:52, 29 January 2019 by Nicolasoliveira (talk | contribs) (Created page with "* Desligar: {{Output|1=<nowiki>systemctl poweroff</nowiki>}} * Reniciarː {{Output|1=<nowiki>systemctl reboot</nowiki>}} * Suspender: {{Output|1=<nowiki>systemctl suspend</now...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Desligar:
    systemctl poweroff
  • Reniciarː
    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