added logseq plugin fix multiple workspace follower instances

This commit is contained in:
Kyattsukuro 2025-08-15 18:06:36 +02:00
parent 80a750e937
commit 57ea668235
226 changed files with 98 additions and 45 deletions

Binary file not shown.

View File

@ -1,5 +1,11 @@
#!/usr/bin/env bash
instances=$(($(pgrep -f $0 | wc -l) -1))
if [ "$instances" -gt 1 ]; then
echo "Another instance of this script is already running."
exit 1
fi
monitors=$(hyprctl -j monitors | jq "length")
desired_workspaces=4

Some files were not shown because too many files have changed in this diff Show More