This commit is contained in:
2025-06-19 01:40:40 +02:00
parent 656573db82
commit 494afb4a88
15 changed files with 75 additions and 48 deletions

4
.scripts/workspace-action.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# https://github.com/end-4/dots-hyprland/blob/main/.config/ags/scripts/hyprland/workspace_action.sh
hyprctl dispatch "$1" $(((($(hyprctl activeworkspace -j | jq -r .id) - 1) / 10) * 10 + $2))