system/pkgs/wm/hyprland/scripts/restore_minimized.sh

5 lines
164 B
Bash
Raw Normal View History

2024-10-14 17:28:31 -04:00
# ~/restore_minimized.sh
target_class=$1
hyprctl dispatch focuswindow class:$target_class
hyprctl dispatch movetoworkspace $(hyprctl activeworkspace -j | jq '.id')