diff --git a/configs/i3.nix b/configs/i3.nix index b258e19..5d4e896 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" "~/notes/$note_file" + alacritty --working-directory ~/notes -e "$EDITOR" "$note_file" fi '' }";