mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(notemenu)
This commit is contained in:
@@ -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
|
||||||
''
|
''
|
||||||
}";
|
}";
|
||||||
|
|||||||
Reference in New Issue
Block a user