GEROGIANNIS / Limoji

Turning your favorite emojis into the world of ASCII ※\(^o^)/※
GNU General Public License v3.0
17 stars 4 forks source link

Update printInfo() and setupClipboard() #19

Closed rawiriblundell closed 1 year ago

rawiriblundell commented 1 year ago

In response to a comment on #18. This approach should cover a wider range of environments including WSL2 and Mac, where XDG_SESSION_TYPE is not used. Mac, specifically, is addressed by pbcopy, but this will need testing as I don't have a Macbook handy.

lefterisgar commented 1 year ago

Thanks for the PR! Looks much better now! I've added a fallback so that xclip can be used if wl-clipboard isn't installed on Wayland. Even though xclip is designed for X11 it seems to be working on Wayland just fine.