update docs

This commit is contained in:
Penelope Gwen 2026-03-03 12:37:22 -08:00
parent 9e76e43b85
commit 3f287c9ecd
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ append `--release` for a release build
### Debian
`cargo clean; cargo-deb`
`cargo clean; cargo deb`
## Usage

View file

@ -11,6 +11,6 @@ If you used [the original version of this project](https://git.pogmom.me/pogmomm
|`sp-lock`|<span style="color:green"> implemented</span>|`sdu lock [--force-render-background]`|
|`sp-profile`<hr>`sp-profile-icon`|<span style="color:green"> implemented</span>|`sdu profile get [--monitor] [name\|icon\|json]`<br>`sdu profile shortcuts`|
|`sp-profiles`|<span style="color:green"> implemented</span>|`sdu profile init`<br>`sdu profile switch <next\|prev>`<br>`sdu profile switch to [--name\|--index] <name or index>`|
|`sp-screenshot`|<span style="color:red"> not planned</span>|consider using [ferrishot](https://github.com/nik-rev/ferrishot) instead|
|`sp-clipboard`|<span style="color:red"> not planned</span>|consider using [clipvault](https://github.com/densumesh/clip-vault) instead, something like:<br>`clipvault list \| head -n10 \| sed -e 's/^\w*\s*//'`|
|`sp-wallpaper`|<span style="color:red"> not planned</span>|consider using [multibg-wayland](https://github.com/gergo-salyi/multibg-wayland) instead|
|`sp-screenshot`|<span style="color:red"> not planned</span>|consider using [ferrishot](https://github.com/nik-rev/ferrishot) or [sway-screenshot](https://github.com/Gustash/sway-screenshot) instead|
|`sp-clipboard`|<span style="color:red"> not planned</span>|consider using [cliphist](https://github.com/sentriz/cliphist) instead |
|`sp-wallpaper`|<span style="color:red"> not planned</span>|consider using [multibg-wayland](https://github.com/gergo-salyi/multibg-wayland) instead|