dshoreman / nextshot

A simple tool for taking screenshots on Linux and sharing via Nextcloud
GNU General Public License v2.0
42 stars 3 forks source link

Delay clipboard check #77

Closed dshoreman closed 2 years ago

dshoreman commented 2 years ago

Args are parsed before the environment, so clipboard cannot be checked until later or it will always check for xclip in Wayland when env isn't manually being set with --env or NEXTSHOT_ENV.

Fixes #75