logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

xosd_monitor - Repositions an xosd object around a specific physical monitor

Arguments

osd       The on-screen display object to modify the monitor assigned.

       monitor   The  monitor  to  display  the  on-screen  display object on, starting at 1 up to the number of
                 connected monitors.

Author

       libXosd team at Western Washington University

X OSD Library                                      2022-10-27                                    xosd_monitor(3)

Description

       xosd_monitor uses the provided monitor to shift the osd objects position and alignment information

Errors

       If an error occurs, xosd_monitor updates xosd_error, the global error string

Name

       xosd_monitor - Repositions an xosd object around a specific physical monitor

Return Value

       Returns 0 on success, -1 otherwise

Synopsis

       int xosd_monitor(xosd * osd, int monitor)

See Also