|
14 | 14 | 7. [Session Lock](#session-lock)
|
15 | 15 | 8. [Desktops](#desktops)
|
16 | 16 | 9. [Qt](#qt)
|
17 |
| -10. [Input Method](#input-method) |
| 17 | +10. [Clipboard](#clipboard) |
| 18 | +11. [Input Method](#input-method) |
18 | 19 |
|
19 | 20 | # 1. Introduction {#introduction}
|
20 | 21 |
|
@@ -350,7 +351,25 @@ and set `QT_QPA_PLATFORMTHEME=qt6ct` in `~/.config/labwc/environment`.
|
350 | 351 | [qt6-wayland]: https://archlinux.org/packages/extra/x86_64/qt6-wayland/
|
351 | 352 | [qt6ct]: https://github.com/trialuser02/qt6ct
|
352 | 353 |
|
353 |
| -# 10. Input Method {#input-method} |
| 354 | +# 10. Clipboard {#clipboard} |
| 355 | + |
| 356 | +**Labwc** does not store clipboard contents after an application quits. |
| 357 | +For this functionality you need a _clipboard manager_. |
| 358 | + |
| 359 | +For example, you could add a line similar to this to |
| 360 | +`~/.config/labwc/autostart`: |
| 361 | + |
| 362 | +``` |
| 363 | +wl-paste --watch cliphist store & |
| 364 | +``` |
| 365 | + |
| 366 | +This uses [cliphist] and [wl-clipboard]. Other clipboard managers include |
| 367 | +[clapboard] and [clipse]. |
| 368 | + |
| 369 | +Many clipboard managers have features beyond just keeping the clipboard |
| 370 | +alive. See the documentation of the individual tools for further information. |
| 371 | + |
| 372 | +# 11. Input Method {#input-method} |
354 | 373 |
|
355 | 374 | Input methods like Fcitx5 and IBus provide modules for GTK and Qt and an
|
356 | 375 | interface for xserver (xwayland) using D-Bus without wayland protocols.
|
@@ -439,3 +458,7 @@ So if you want to use IME with Chromium under labwc, you have following options:
|
439 | 458 | [arch-xdg-menu]: https://arch.p5n.pp.ru/~sergej/dl/2018/
|
440 | 459 | [obamenu]: https://github.com/onuronsekiz/obamenu
|
441 | 460 | [wlr-randr]: https://sr.ht/~emersion/wlr-randr/
|
| 461 | +[cliphist]: https://github.com/sentriz/cliphist |
| 462 | +[clapboard]: https://github.com/bjesus/clapboard |
| 463 | +[clipse]: https://github.com/savedra1/clipse |
| 464 | +[wl-clipboard]: https://github.com/bugaevc/wl-clipboard |
0 commit comments