diff options
Diffstat (limited to 'config.example')
-rw-r--r-- | config.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.example b/config.example index 6524c4b..24f1f26 100644 --- a/config.example +++ b/config.example @@ -7,12 +7,12 @@ _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 to display qrcode of selected entry +# qrencode is needed to generate the image and a viewer +# that can read from pipes. Known viewers to work are feh and display _image_viewer () { - feh - + feh - +# display } # xdotool needs the keyboard layout to be set using setxkbmap |