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