mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 00:48:56 +00:00
Update cheatsheets
This commit is contained in:
@@ -5,21 +5,8 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
---
|
---
|
||||||
# lookandfeeltool
|
# lookandfeeltool
|
||||||
|
|
||||||
> Switch Plasma global themes.
|
> This command is an alias of `plasma-apply-lookandfeel`.
|
||||||
> More information: <https://userbase.kde.org/System_Settings/Look_And_Feel>.
|
|
||||||
|
|
||||||
- List available global themes:
|
- View documentation for the original command:
|
||||||
|
|
||||||
`lookandfeeltool --list`
|
`tldr plasma-apply-lookandfeel`
|
||||||
|
|
||||||
- Apply a global theme:
|
|
||||||
|
|
||||||
`lookandfeeltool --apply {{org.example.theme.desktop}}`
|
|
||||||
|
|
||||||
- Operate `lookandfeeltool` without a display server:
|
|
||||||
|
|
||||||
`lookandfeeltool --platform offscreen`
|
|
||||||
|
|
||||||
- Display help:
|
|
||||||
|
|
||||||
`lookandfeeltool --help`
|
|
||||||
|
|||||||
21
tldr/linux/plasma-apply-colorscheme
Normal file
21
tldr/linux/plasma-apply-colorscheme
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
syntax: markdown
|
||||||
|
tags: [tldr, linux]
|
||||||
|
source: https://github.com/tldr-pages/tldr.git
|
||||||
|
---
|
||||||
|
# plasma-apply-colorscheme
|
||||||
|
|
||||||
|
> Switch Plasma color scheme.
|
||||||
|
> More information: <https://invent.kde.org/plasma/plasma-workspace>.
|
||||||
|
|
||||||
|
- List available color schemes:
|
||||||
|
|
||||||
|
`plasma-apply-colorscheme --list-schemes`
|
||||||
|
|
||||||
|
- Apply a color scheme:
|
||||||
|
|
||||||
|
`plasma-apply-colorscheme {{BreezeLight}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`plasma-apply-colorscheme --help`
|
||||||
21
tldr/linux/plasma-apply-cursortheme
Normal file
21
tldr/linux/plasma-apply-cursortheme
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
syntax: markdown
|
||||||
|
tags: [tldr, linux]
|
||||||
|
source: https://github.com/tldr-pages/tldr.git
|
||||||
|
---
|
||||||
|
# plasma-apply-cursortheme
|
||||||
|
|
||||||
|
> Switch Plasma cursor theme.
|
||||||
|
> More information: <https://invent.kde.org/plasma/plasma-workspace>.
|
||||||
|
|
||||||
|
- List available cursor themes:
|
||||||
|
|
||||||
|
`plasma-apply-cursortheme --list-themes`
|
||||||
|
|
||||||
|
- Apply a cursor theme:
|
||||||
|
|
||||||
|
`plasma-apply-cursortheme {{breeze_cursors}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`plasma-apply-cursortheme --help`
|
||||||
21
tldr/linux/plasma-apply-desktoptheme
Normal file
21
tldr/linux/plasma-apply-desktoptheme
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
syntax: markdown
|
||||||
|
tags: [tldr, linux]
|
||||||
|
source: https://github.com/tldr-pages/tldr.git
|
||||||
|
---
|
||||||
|
# plasma-apply-desktoptheme
|
||||||
|
|
||||||
|
> Switch Plasma desktop theme.
|
||||||
|
> More information: <https://invent.kde.org/plasma/plasma-workspace>.
|
||||||
|
|
||||||
|
- List available desktop themes:
|
||||||
|
|
||||||
|
`plasma-apply-desktoptheme --list-themes`
|
||||||
|
|
||||||
|
- Apply a desktop theme:
|
||||||
|
|
||||||
|
`plasma-apply-desktoptheme {{default}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`plasma-apply-desktoptheme --help`
|
||||||
25
tldr/linux/plasma-apply-lookandfeel
Normal file
25
tldr/linux/plasma-apply-lookandfeel
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
syntax: markdown
|
||||||
|
tags: [tldr, linux]
|
||||||
|
source: https://github.com/tldr-pages/tldr.git
|
||||||
|
---
|
||||||
|
# plasma-apply-lookandfeel
|
||||||
|
|
||||||
|
> Switch Plasma global themes.
|
||||||
|
> More information: <https://userbase.kde.org/System_Settings/Look_And_Feel>.
|
||||||
|
|
||||||
|
- List available global themes:
|
||||||
|
|
||||||
|
`plasma-apply-lookandfeel --list`
|
||||||
|
|
||||||
|
- Apply a global theme:
|
||||||
|
|
||||||
|
`plasma-apply-lookandfeel --apply {{org.example.theme.desktop}}`
|
||||||
|
|
||||||
|
- Operate `plasma-apply-lookandfeel` without a display server:
|
||||||
|
|
||||||
|
`plasma-apply-lookandfeel --platform offscreen`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`plasma-apply-lookandfeel --help`
|
||||||
21
tldr/linux/plasma-apply-wallpaperimage
Normal file
21
tldr/linux/plasma-apply-wallpaperimage
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
syntax: markdown
|
||||||
|
tags: [tldr, linux]
|
||||||
|
source: https://github.com/tldr-pages/tldr.git
|
||||||
|
---
|
||||||
|
# plasma-apply-wallpaperimage
|
||||||
|
|
||||||
|
> Switch Plasma wallpaper.
|
||||||
|
> More information: <https://invent.kde.org/plasma/plasma-workspace>.
|
||||||
|
|
||||||
|
- Apply a wallpaper:
|
||||||
|
|
||||||
|
`plasma-apply-wallpaperimage {{/path/to/image}}`
|
||||||
|
|
||||||
|
- Apply a wallpaper with a fill mode:
|
||||||
|
|
||||||
|
`plasma-apply-wallpaperimage --fill-mode {{stretch|preserveAspectFit|preserveAspectCrop|tile|tileVertically|tileHorizontally|pad}} {{/path/to/image}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`plasma-apply-wallpaperimage --help`
|
||||||
21
tldr/linux/steamos-chroot
Normal file
21
tldr/linux/steamos-chroot
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
syntax: markdown
|
||||||
|
tags: [tldr, linux]
|
||||||
|
source: https://github.com/tldr-pages/tldr.git
|
||||||
|
---
|
||||||
|
# steamos-chroot
|
||||||
|
|
||||||
|
> Switch root directory in a SteamOS environment.
|
||||||
|
> More information: <https://gitlab.com/users/evlaV/projects>.
|
||||||
|
|
||||||
|
- Switch to the other A/B partition:
|
||||||
|
|
||||||
|
`steamos-chroot --partset other`
|
||||||
|
|
||||||
|
- Switch to a partition on another drive:
|
||||||
|
|
||||||
|
`steamos-chroot --disk {{/dev/sdX}} --partset {{A|B}}`
|
||||||
|
|
||||||
|
- Display help:
|
||||||
|
|
||||||
|
`steamos-chroot --help`
|
||||||
Reference in New Issue
Block a user