diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-31 18:23:55 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-31 18:23:55 -0500 |
| commit | 212f6853f7d55c6f72222e634228689b34fcf24b (patch) | |
| tree | fdf9f4c3017c53dd241d7b431b4287bfd899739a /.scripts/i3cmds/xcqr | |
| parent | 9aa4483d8612b678983d7a2d8a80fe2d2e67aa9c (diff) | |
| download | eibhear-212f6853f7d55c6f72222e634228689b34fcf24b.tar.gz eibhear-212f6853f7d55c6f72222e634228689b34fcf24b.tar.zst eibhear-212f6853f7d55c6f72222e634228689b34fcf24b.zip | |
xcqr installed feh
Diffstat (limited to '.scripts/i3cmds/xcqr')
| -rwxr-xr-x | .scripts/i3cmds/xcqr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3cmds/xcqr b/.scripts/i3cmds/xcqr index 5e7b5f0..2352599 100755 --- a/.scripts/i3cmds/xcqr +++ b/.scripts/i3cmds/xcqr @@ -1,6 +1,6 @@ #!/bin/sh # Credit to Maddison Hellstrom (@b0o on Github) -qrencode -o - -s 1 \ +ifinstalled feh && qrencode -o - -s 1 \ "$(xclip -out -selection clipboard)" | feh --zoom max \ -F \ |
