hyprswapworkspaces : nouveau nom de hyprland-swap_workspaces
This commit is contained in:
parent
187c0f3b8e
commit
262fe57648
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
hyprctl monitors | awk '($1 == "Monitor") { print $2 }' | xargs hyprctl dispatch swapactiveworkspaces
|
||||
|
3
bin/hyprswapworkspaces
Executable file
3
bin/hyprswapworkspaces
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh -x
|
||||
monitors=$(hyprctl monitors | awk '($1 == "Monitor") { print $2 }' | xargs)
|
||||
hyprctl dispatch swapactiveworkspaces $monitors
|
Loading…
Reference in a new issue