mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 03:45:33 +00:00
22 lines
419 B
Plaintext
22 lines
419 B
Plaintext
---
|
|
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`
|