1
0
Fork 0

Fix xsel-swap

This commit is contained in:
Jeremy Kaplan 2018-04-23 09:31:59 -07:00 committed by Jeremy Kaplan
commit 08cac0f291

View file

@ -2,4 +2,4 @@
tmp = ?(xsel) # primary -> tmp tmp = ?(xsel) # primary -> tmp
xsel -b | xsel -i # clipboard -> primary xsel -b | xsel -i # clipboard -> primary
echo @(tmp) | xsel -bi # tmp -> clipboard echo -n @(tmp) | xsel -bi # tmp -> clipboard