1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/bin/hyprland-swap_workspaces

5 lines
137 B
Text
Raw Normal View History

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