Réécriture du script pour swapper les espaces de travail
This commit is contained in:
parent
13e7ad3d31
commit
f0756d4d4c
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
monitors="$(hyprctl monitors | awk '($1 == "Monitor") { print $2 }' | xargs)"
|
hyprctl monitors | awk '($1 == "Monitor") { print $2 }' | xargs hyprctl dispatch swapactiveworkspaces
|
||||||
hyprctl dispatch swapactiveworkspaces $monitors
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue