#!/bin/sh if [ $XDG_SESSION_TYPE == "wayland" ]; then wl-paste else xclip -selection clipboard -o fi