Translations:KDE Connect/Tutorials/Useful commands/4/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "* Вимкнути: {{Output|1=<nowiki>systemctl poweroff</nowiki>}} * Перезавантажити: {{Output|1=<nowiki>systemctl reboot</nowiki>}} * Призупинити:...")
(No difference)

Revision as of 18:16, 20 September 2018

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>}}
  • Вимкнути:
    systemctl poweroff
  • Перезавантажити:
    systemctl reboot
  • Призупинити:
    systemctl suspend
  • Приспати:
    systemctl hibernate
  • Заблокувати екран:
    loginctl lock-session
  • Розблокувати екран:
    loginctl unlock-session
  • Вимкнути екран:
    xset dpms force off
  • Увімкнути екран:
    xset dpms force on
  • Заблокувати клавіатуру і мишу (не екран):
    pyxtrlock
  • Розблокувати клавіатуру і мишу:
    pkill pyxtrlock