Update cheatsheets

This commit is contained in:
ivuorinen
2024-08-07 00:15:23 +00:00
parent 815ce2b4c6
commit 781f2de690
4 changed files with 46 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# kdesrc-build
> Easily build KDE components from its source repositories.
> More information: <https://invent.kde.org/sdk/kdesrc-build>.
> More information: <https://docs.kde.org/trunk5/en/kdesrc-build/kdesrc-build/index.html>.
- Initialize `kdesrc-build`:
@@ -28,9 +28,9 @@ source: https://github.com/tldr-pages/tldr.git
`kdesrc-build --resume-from={{dependency_component}} {{component_name}}`
- Print full compilation info:
- Run a component with a specified executable name:
`kdesrc-build --debug {{component_name}}`
`kdesrc-build --run --exec {{executable_name}} {{component_name}}`
- Build all configured components:

View File

@@ -28,6 +28,6 @@ source: https://github.com/tldr-pages/tldr.git
`wmctrl -r {{window_title}} -b toggle,fullscreen`
- Select a window a move it to a workspace:
- Select a window and move it to a workspace:
`wmctrl -r {{window_title}} -t {{workspace_number}}`