mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
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
3 lines
82 B
Bash
3 lines
82 B
Bash
#!/bin/bash
|
|
bash -c 'printf "%b\n%b" "$(xsel -b)" "$(xsel)" | xsel -ib ; xsel -c'
|