diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-03-12 00:15:19 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-03-12 00:15:19 -0400 |
| commit | b74f98ede6fa6aa4bb03fd7775be5e35f790d7e9 (patch) | |
| tree | 8af394f57d585870d49a65a8ce9965359f5691b7 /.scripts/i3cmds/xcqr | |
| parent | ff9f7b80c466095a69231df9f6a5311fd2776f8c (diff) | |
| download | eibhear-b74f98ede6fa6aa4bb03fd7775be5e35f790d7e9.tar.gz eibhear-b74f98ede6fa6aa4bb03fd7775be5e35f790d7e9.tar.zst eibhear-b74f98ede6fa6aa4bb03fd7775be5e35f790d7e9.zip | |
xcqr removed (replaced by mod+c)
Diffstat (limited to '.scripts/i3cmds/xcqr')
| -rwxr-xr-x | .scripts/i3cmds/xcqr | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/.scripts/i3cmds/xcqr b/.scripts/i3cmds/xcqr deleted file mode 100755 index 2352599..0000000 --- a/.scripts/i3cmds/xcqr +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# Credit to Maddison Hellstrom (@b0o on Github) -ifinstalled feh && qrencode -o - -s 1 \ - "$(xclip -out -selection clipboard)" | - feh --zoom max \ - -F \ - --force-aliasing \ - --image-bg white \ - - |
