1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(notemenu): open notes correctly

This commit is contained in:
2022-12-03 07:15:03 +01:00
parent bd065e7888
commit 72b48e90aa

View File

@@ -254,7 +254,7 @@ in {
} | rofi -dmenu -i -p 'notes')
if test "$note_file"
then
i3-sensible-terminal -e "$EDITOR" "$note_file"
i3-sensible-terminal -e "$EDITOR" "~/notes/$note_file"
fi
''
}";