system/pkgs/wm/hyprland/scripts/restore_minimized.sh
2024-10-14 14:28:31 -07:00

5 lines
164 B
Bash
Executable File

# ~/restore_minimized.sh
target_class=$1
hyprctl dispatch focuswindow class:$target_class
hyprctl dispatch movetoworkspace $(hyprctl activeworkspace -j | jq '.id')