This commit is contained in:
2026-06-15 00:24:26 +03:00
commit 3fab9257e0
45 changed files with 2729 additions and 0 deletions

5
config/hypr/workspace_next.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
current=$(hyprctl activeworkspace -j | jq '.id')
if [ "$current" -lt 5 ]; then
hyprctl dispatch workspace $(( current + 1 ))
fi