From 5dbcef69fd9e70b3be195ce5b38be2f83c96d85b Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 27 May 2019 22:53:25 +0200 Subject: [PATCH] Fix rofi config --- tools/misc/teiler/config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/misc/teiler/config b/tools/misc/teiler/config index 8bcb06a..ed35f04 100644 --- a/tools/misc/teiler/config +++ b/tools/misc/teiler/config @@ -1,6 +1,10 @@ ##### teiler configuration file ###### +_rofi () { + rofi -kb-accept-entry "!Return" "$@" +} + # general variables # the path where images, videos and pastes should be saved @@ -9,12 +13,13 @@ vid_path=$HOME/Videos/Screencasts paste_path=$HOME/Dokumente/Pastes # set viewer for images and videos plus editor for images -viewer=geeqie +# viewer=geeqie +viewer=feh editor=pinta player=vlc # Hitting Enter will upload -always_ul=1 +# always_ul=1 # Uploading options # Possible Choices for img_ul: fb, scp, s3, imgur