diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -22,18 +22,21 @@ even exposed to your computer, only the utilization of it is. ## Usage under Wayland -It should "just work" out of the box, if it doesn't check that you have -`wl-clipboard` installed. If it still doesn't work, try setting: +Requires `wl-clipboard` package for copying, and `wtype` for the type +functionality. -``` -export XDG_SESSION_TYPE=wayland -``` +If for some reason it doesn't detect wayland try setting +`XDG_SESSION_TYPE=wayland`. ## dmenu script There's also a small dmenu script included that makes copying or typing out passwords and OTP tokens very quick and easy +If you wish to use something other than `dmenu` it's best to drop a compatible +wrapper somewhere earlier in your path. ( This is actually how I use `bemenu` in +Wayland whenever a script calls dmenu ) + ## Backends The `dpw-gpg` shell script should be short enough to read to give you an |
