Update cheatsheets

This commit is contained in:
ivuorinen
2024-05-12 00:15:07 +00:00
parent bf2106e027
commit 119085d815
3 changed files with 40 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# krfb-virtualmonitor
> Create a virtual monitor and allow that monitor to be used with VNC.
> More information: <https://invent.kde.org/network/krfb>.
- Create a virtual monitor:
`krfb-virtualmonitor --resolution {{1920}}x{{1080}} --name {{monitor_name}} --password {{password}} --port {{5900}}`