mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
To make this script particularly useful, configure a keyboard shortcut
for it and tell i3 to float the feh window.
Example:
4f7c1c9ea6
Original script source:
https://raw.githubusercontent.com/lathan/dotfiles/master/scripts/clipqr.sh
10 lines
191 B
YAML
10 lines
191 B
YAML
---
|
|
- name: Install qrencode
|
|
pacman: name=qrencode state=present
|
|
tags:
|
|
- qcode
|
|
|
|
- name: Push qcode script
|
|
copy: src=qcode.sh dest=/usr/local/bin/qcode mode=0755
|
|
tags:
|
|
- qcode
|