5 lines
138 B
Bash
Executable File
5 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
monitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)')
|
|
|
|
hyprctl dispatch focusmonitor $monitor
|