#!/usr/bin/env sh if [ "$XDG_SESSION_TYPE" == "wayland" ]; then wl-copy else xsel --clipboard --input fi