about summary refs log tree commit diff stats
path: root/hm/soispha/conf/xdg/url_handler
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-29 09:59:27 +0100
committerSoispha <soispha@vhack.eu>2023-12-29 09:59:27 +0100
commite7532943410da6c973cc3568c8934911cd89bd80 (patch)
tree87a9cc3c6ca1c644c9232c1084bfe8436ae53a92 /hm/soispha/conf/xdg/url_handler
parentfeat(sys/srvc/xdg/termfilechooser): Reactive (diff)
downloadnixos-config-e7532943410da6c973cc3568c8934911cd89bd80.zip
fix(hm/conf/xdg/url_handler): Add final pipe, to improve rofi rendering
Diffstat (limited to 'hm/soispha/conf/xdg/url_handler')
-rwxr-xr-xhm/soispha/conf/xdg/url_handler2
1 files changed, 1 insertions, 1 deletions
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"