Use clipboard instead of primary
This commit is contained in:
parent
d9e0614466
commit
2e77655cfa
1 changed files with 1 additions and 1 deletions
2
clipqr
2
clipqr
|
@ -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 -
|
||||||
|
|
Loading…
Reference in a new issue