voidrice/.local/bin/copyadd
Trag Date de8ed8c27e
copyadd utility
Sometime you want to copy multiple stuff in the clipboard, this does just that, i'll make pull request to bind it in dwm also
2022-11-02 20:25:45 +02:00

3 lines
82 B
Bash

#!/bin/bash
bash -c 'printf "%b\n%b" "$(xsel -b)" "$(xsel)" | xsel -ib ; xsel -c'