aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.example')
-rw-r--r--config.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.example b/config.example
index 52ba160..6524c4b 100644
--- a/config.example
+++ b/config.example
@@ -7,6 +7,14 @@ _rofi () {
rofi -i -no-auto-select "$@"
}
+# rofi-pass can create a qrcode for selected entry.
+# This needs qrencode to be installed and an image
+# viewer that supports reading from a pipe.
+# Working viewers are feh and display
+_image_viewer () {
+ feh -
+}
+
# xdotool needs the keyboard layout to be set using setxkbmap
# You can do this in your autostart scripts (e.g. xinitrc)