Closed ShrykeWindgrace closed 7 months ago
We can can check that this utility is present in $PATH. If it is not there, then upon selection of copy method [Native] we can show No 'xclip' found in the status bar.
$PATH
[Native]
No 'xclip' found
Or even better, check this on startup and simply deny the toggle Osc52 <-> Native if xclip is not found.
Osc52 <-> Native
xclip
I've Implemented dialog on copying error.
We can can check that this utility is present in
$PATH
. If it is not there, then upon selection of copy method[Native]
we can showNo 'xclip' found
in the status bar.