Script pour inverser les espaces de travail sur les moniteurs Hyprland
This commit is contained in:
parent
9b39ebddf3
commit
7820fa022e
1 changed files with 4 additions and 0 deletions
4
bin/hyprland-swap_workspaces
Executable file
4
bin/hyprland-swap_workspaces
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
monitors="$(hyprctl monitors | awk '($1 == "Monitor") { print $2 }' | xargs)"
|
||||
hyprctl dispatch swapactiveworkspaces $monitors
|
||||
|
Loading…
Reference in a new issue