#!/bin/bash clip_content=$(/usr/bin/xclip -selection clipboard -out) if [ -z "$clip_content" ]; then exit 1 fi yadus-i3 "$clip_content"