From 218195a78111c442a224a7d1146016e3509bc7bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 5 Dec 2022 10:06:40 +0100 Subject: [PATCH] fix(notemenu) --- configs/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '' }";