Use clipboard instead of primary

This commit is contained in:
lhark 2018-07-08 23:25:19 -04:00
parent d9e0614466
commit 2e77655cfa

2
clipqr
View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
xsel -p -o | qrencode -o - | feh -. -Z --geometry 400x400 - xsel -b -o | qrencode -o - | feh -. -Z --geometry 400x400 -