mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
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
This commit is contained in:
parent
4eeba15c0b
commit
de8ed8c27e
2
.local/bin/copyadd
Normal file
2
.local/bin/copyadd
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
bash -c 'printf "%b\n%b" "$(xsel -b)" "$(xsel)" | xsel -ib ; xsel -c'
|
||||||
Loading…
x
Reference in New Issue
Block a user