From 2b7657d8654e44c5978e73f7ef7e8b5e7e177371 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Thu, 10 Jun 2021 09:41:00 +0200 Subject: [PATCH] [launcher] Move bookmark preview window to the top --- 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 213c5f5..25061d3 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 --preview="ROFI_PREVIEW=1 ~/Code/rofi-marks/rofi-marks {1}" --preview-window="down:1") +MARK=$(~/Code/rofi-marks/rofi-marks|fzf --preview="ROFI_PREVIEW=1 ~/Code/rofi-marks/rofi-marks {1}" --preview-window="top:1") ~/Code/rofi-marks/rofi-marks $MARK