[launcher] Move bookmark preview window to the top

This commit is contained in:
Sebastian Schulze 2021-06-10 09:41:00 +02:00
parent 1f7fb0467f
commit 2b7657d865
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -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