5 lines
137 B
Text
5 lines
137 B
Text
|
#!/bin/sh
|
||
|
monitors="$(hyprctl monitors | awk '($1 == "Monitor") { print $2 }' | xargs)"
|
||
|
hyprctl dispatch swapactiveworkspaces $monitors
|
||
|
|