summaryrefslogtreecommitdiff
path: root/common/home/scripts/openproject
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-02-14 16:47:54 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-02-14 16:47:54 +0100
commitca937efc41356dcd018980a8c3c8b2358b558cac (patch)
tree91f798aafa99c73e2b5317575a6b1c5495569858 /common/home/scripts/openproject
parentde85f21e52c6df2a8cfe9b343ecbae4e69520390 (diff)
hyprland: use hyprsplit
Diffstat (limited to 'common/home/scripts/openproject')
-rw-r--r--common/home/scripts/openproject2
1 files changed, 1 insertions, 1 deletions
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