From ca937efc41356dcd018980a8c3c8b2358b558cac Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 14 Feb 2025 16:47:54 +0100 Subject: hyprland: use hyprsplit --- common/home/scripts/openproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/home/scripts/openproject') diff --git a/common/home/scripts/openproject b/common/home/scripts/openproject index 1c9ca48..768f9eb 100644 --- a/common/home/scripts/openproject +++ b/common/home/scripts/openproject @@ -1,6 +1,6 @@ #!/bin/sh -path=$(find ~ -name '.git' -type d -maxdepth 6 | sed 's/\.git$//' | wofi -d -p 'Open Project') +path=$(find . -name '.git' -type d -maxdepth 6 | sed 's/\.git$//' | wofi -d -p 'Open Project') [ -z "$path" ] && exit -- cgit v1.2.3-70-g09d2