Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-08 00:14:59 +00:00
parent a812b3c467
commit f8bee5305f
111 changed files with 540 additions and 310 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- Display the current state of the system (known screens, resolutions, ...):
`xrandr --query`
`xrandr {{[-q|--query]}}`
- Disable disconnected outputs and enable connected ones with default settings:
@@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git
- Display the current state of any X server:
`xrandr --display :{{0}} --query`
`xrandr {{[-d|--display]}} :{{0}} {{[-q|--query]}}`