[Bug 269706] please, add wlomp - Wayland output power management

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Feb 2023 07:41:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269706

            Bug ID: 269706
           Summary: please, add wlomp - Wayland output power management
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: moonlapse81@gmail.com

As per summary, wlomp, Wayland output power management. Simple client
implementing zwlr-output-power-management-v1.
It can be used as alternative to dpms, for example,

#!/bin/sh
exec swayidle -w \
        timeout 300 "waylock.sh" \
        timeout 600 "wlopm --off '*'" resume "wlopm --on '*'"

-- 
You are receiving this mail because:
You are the assignee for the bug.