#!/bin/bash #mv2figs: used by the screenshot shortcut set in .config/i3/config #default image location blobFolder=$HOME/figures # wayland: use "wl-copy" #xorg-x11: use "xclip -selection clipboard" mv $1 $blobFolder/$1 echo "
" | wl-copy