Files
df/tree/.local/bin/pbc

8 lines
108 B
Bash
Executable File

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