Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-03 00:20:42 +00:00
parent dfdf48edee
commit 1a1798715b
9 changed files with 101 additions and 6 deletions

View File

@@ -24,10 +24,14 @@ source: https://github.com/tldr-pages/tldr.git
`gamescope {{[-r|--nested-refresh]}} 30 -- %command%`
- Launch Steam in Big Picture Mode and integrate with gamescope:
`gamescope {{[-e|--steam]}} -- /usr/bin/steam -tenfoot`
- Toggle fullscreen:
`<Super f>`
- Show help:
- Display help:
`gamescope --help`

View File

@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
- Display CPU statistics:
`iostat -c`
`iostat {{[-c|--compact]}}`
- Display disk statistics with disk names (including LVM):

View File

@@ -25,7 +25,7 @@ source: https://github.com/tldr-pages/tldr.git
`ipcs {{[-l|--limits]}} {{--bytes|--human}}`
- Show s[u]mmary about current usage:
- Show summary about current usage:
`ipcs {{[-u|--summary]}}`

View File

@@ -11,4 +11,4 @@ source: https://github.com/tldr-pages/tldr.git
- Initialize a project for `libtool` by copying necessary files (avoiding symbolic links) and overwriting existing files if needed:
`libtoolize {{[-c|--copy]}} {{[-f|--force]}}`
`libtoolize {{[-cf|--copy --force]}}`