Compare commits

..

No commits in common. "57ea6682356261bd557af069a3bd998c55829b30" and "51a378f0bedebf590f68b220fa02bb9ec4bfc17d" have entirely different histories.

263 changed files with 49 additions and 310 deletions

Binary file not shown.

View File

@ -1,11 +1,5 @@
#!/usr/bin/env bash #!/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") monitors=$(hyprctl -j monitors | jq "length")
desired_workspaces=4 desired_workspaces=4

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