diff --git a/configs/i3.nix b/configs/i3.nix index d43f660..b258e19 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -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 '' }";