From e7532943410da6c973cc3568c8934911cd89bd80 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 29 Dec 2023 09:59:27 +0100 Subject: fix(hm/conf/xdg/url_handler): Add final pipe, to improve rofi rendering --- hm/soispha/conf/xdg/url_handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hm/soispha/conf/xdg/url_handler') diff --git a/hm/soispha/conf/xdg/url_handler b/hm/soispha/conf/xdg/url_handler index 91fdd0d1..2b9e23a9 100755 --- a/hm/soispha/conf/xdg/url_handler +++ b/hm/soispha/conf/xdg/url_handler @@ -4,7 +4,7 @@ SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH -project="$(echo "%ALL_PROJECTS_PIPE|nvim|zathura" | rofi -sep "|" -dmenu)"; +project="$(echo "%ALL_PROJECTS_PIPE|nvim|zathura|" | rofi -sep "|" -dmenu)"; if [ "$project" = "nvim" ]; then "$TERMINAL" -e nvim "$1" -- cgit 1.4.1