Update README
It turns out sdtui works in Sway out of the box (essentially).
This commit is contained in:
parent
4245dc35df
commit
fffa2906d8
|
@ -81,9 +81,10 @@ odd = 16 255
|
||||||
....
|
....
|
||||||
|
|
||||||
The `watch-selection` option makes the application watch the X11 primary
|
The `watch-selection` option makes the application watch the X11 primary
|
||||||
selection for changes and automatically search for selected text.
|
selection for changes and automatically search for selected text. This feature
|
||||||
This feature requires XCB. Wayland is currently unsupported, but would require
|
requires XCB. Wayland is currently unsupported, but would require a compositor
|
||||||
a compositor supporting the wlr-data-control protocol.
|
supporting the wlr-data-control protocol. Luckily, some compositors, such as
|
||||||
|
Sway, synchronize selections with Xwayland.
|
||||||
|
|
||||||
You can also set up some dictionaries to be loaded at startup automatically:
|
You can also set up some dictionaries to be loaded at startup automatically:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue