diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-14 11:37:21 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-14 11:37:21 +0200 |
commit | c95459d93fe263992af18e46a12bc2ed89d28d95 (patch) | |
tree | 0fcd971c960506117d78e48e059bedc3f1b51ebc /modules/by-name/xd/xdg/scripts | |
parent | modules/lf/commands/open: Remove (diff) | |
download | nixos-config-c95459d93fe263992af18e46a12bc2ed89d28d95.zip |
modules/xdg/url-handler: Correctly put a newline between nvim and zathura
Diffstat (limited to 'modules/by-name/xd/xdg/scripts')
-rwxr-xr-x | modules/by-name/xd/xdg/scripts/url-handler.sh | 2 |
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 |