aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-23 23:13:58 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-23 23:13:58 -0500
commitf212711df305fc4bbd421fbc625d8408845a7ee1 (patch)
treef38e938a727a82f70a5482bb50111d9d166750ab /readme.md
parent3dd2853189824cf4fce3be784f71310f6b2a05d2 (diff)
downloadpm-f212711df305fc4bbd421fbc625d8408845a7ee1.tar.gz
pm-f212711df305fc4bbd421fbc625d8408845a7ee1.tar.xz
Add Wayland support
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 3733fcc..bcc4d45 100644
--- a/readme.md
+++ b/readme.md
@@ -46,10 +46,14 @@ You'll need `dmenu` installed. You may also wish to bind a hotkey to run the new
Environment variables:
+`XDG_SESSION_TYPE` if set to `wayland` will utilize `wl-copy` from the
+`wl-clipboard` package and `wtype` instead of `xclipboard` and `xdotool`
+respectively. `bemenu` is used in place of `dmenu` on Wayland as well.
+
`PASTE_MANAGER_FILE` can override the file location
`PASTE_MANAGER_LINES` overrides the number of lines displayed by `dmenu`
`PASTE_MANAGER_X_SELECTION` sets the clipboard selection, you probably want to
-leave it set to clipboard, the default.
+leave it set to clipboard, the default. ( xorg only )
Edit the source code for further tweaks. The one people may have the most