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