7 lines
215 B
Bash
Executable File
7 lines
215 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# archypr:summary=Wrapper for swayosd-client that targets the currently focused monitor.
|
|
# archypr:args=<swayosd-client-args...>
|
|
|
|
exec swayosd-client --monitor "$(archypr-yprland-monitor-focused)" "$@"
|