From 89cf785e90508d5487ea5f09d629850e568b935b Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Wed, 7 Oct 2020 09:04:26 +0200 Subject: [PATCH] [bin] Adjust path to new bookmark script location --- bin/executable_my-rofi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/executable_my-rofi b/bin/executable_my-rofi index cea3344..9fb20cb 100644 --- a/bin/executable_my-rofi +++ b/bin/executable_my-rofi @@ -1,4 +1,4 @@ #!/bin/sh SHOW=${1:-combi} -exec rofi -m -4 -combi-modi run,bookmarks,org -sorting-method fzf -show ${SHOW} -modi combi,run,calc,bookmarks:~/Documents/Code/rofi-marks/rofi-marks,org:~/bin/rofi-org,ssh -matching fuzzy -width 40% -format s -tokenize -location 0 +exec rofi -m -4 -combi-modi run,bookmarks,org -sorting-method fzf -show ${SHOW} -modi combi,run,calc,bookmarks:~/Code/rofi-marks/rofi-marks,org:~/bin/rofi-org,ssh -matching fuzzy -width 40% -format s -tokenize -location 0