From 9cf4a13e90403bfc31971fb9ec0ef35bcb6df9a4 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 4 Jun 2021 13:16:33 +0200 Subject: [PATCH] [bin] Add bookmark preview to my launcher --- bin/executable_launcher-bookmarks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/executable_launcher-bookmarks b/bin/executable_launcher-bookmarks index 3d83592..213c5f5 100644 --- a/bin/executable_launcher-bookmarks +++ b/bin/executable_launcher-bookmarks @@ -1,4 +1,4 @@ #!/usr/bin/env bash -MARK=$(~/Code/rofi-marks/rofi-marks|fzf) +MARK=$(~/Code/rofi-marks/rofi-marks|fzf --preview="ROFI_PREVIEW=1 ~/Code/rofi-marks/rofi-marks {1}" --preview-window="down:1") ~/Code/rofi-marks/rofi-marks $MARK