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

fix(notemenu)

This commit is contained in:
2022-12-05 10:06:40 +01:00
parent bb8940c9e5
commit 218195a781

View File

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