roy-config
This commit is contained in:
Regular → Executable
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
monitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)')
|
||||
hyprctl dispatch movecurrentworkspacetomonitor $monitor
|
||||
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
monitor=$(hyprctl monitors -j | jq -r 'first(.[] | select(.focused == false) | .name)')
|
||||
|
||||
hyprctl dispatch focusmonitor $monitor
|
||||
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user