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:
@@ -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
|
||||
''
|
||||
}";
|
||||
|
||||
Reference in New Issue
Block a user