From 5ef1317c0dc8d66e4ca4bb26a5006ec40d223395 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Fri, 20 Aug 2021 13:53:24 +0200 Subject: [PATCH] [bin] Use lookmarks instead of rofi-marks to look up bookmarks --- bin/executable_launcher-bookmarks | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/executable_launcher-bookmarks b/bin/executable_launcher-bookmarks index 25061d3..ae4b468 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="top:1") -~/Code/rofi-marks/rofi-marks $MARK +MARK=$(lookmarks|fzf --preview="ROFI_PREVIEW=1 lookmarks {1}" --preview-window="top:1") +lookmarks $MARK