[bin] Adjust path to new bookmark script location

This commit is contained in:
Sebastian Schulze 2020-10-07 09:04:26 +02:00
parent d47d18eb23
commit 89cf785e90
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

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