about summary refs log tree commit diff stats
path: root/modules/by-name/xd
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-14 11:37:21 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-14 11:37:21 +0200
commitc95459d93fe263992af18e46a12bc2ed89d28d95 (patch)
tree0fcd971c960506117d78e48e059bedc3f1b51ebc /modules/by-name/xd
parentmodules/lf/commands/open: Remove (diff)
downloadnixos-config-c95459d93fe263992af18e46a12bc2ed89d28d95.zip
modules/xdg/url-handler: Correctly put a newline between nvim and zathura
Diffstat (limited to 'modules/by-name/xd')
-rwxr-xr-xmodules/by-name/xd/xdg/scripts/url-handler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/xd/xdg/scripts/url-handler.sh b/modules/by-name/xd/xdg/scripts/url-handler.sh
index 222c91f3..d1c8277d 100755
--- a/modules/by-name/xd/xdg/scripts/url-handler.sh
+++ b/modules/by-name/xd/xdg/scripts/url-handler.sh
@@ -2,7 +2,7 @@
 
 project="$({
     tskm projects list
-    echo nvim zathura
+    printf "%s\n" nvim zathura
 } | rofi -sep "$(printf "\n")" -dmenu)"
 
 if [ "$project" = "nvim" ]; then