5 lines
164 B
Bash
Executable File
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')
|