6 lines
160 B
Bash
Executable File
6 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Wrapper for swayosd-client that targets the currently focused monitor.
|
|
|
|
exec swayosd-client --monitor "$(omarchy-hyprland-monitor-focused)" "$@"
|