mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
i3-companion: fix DPMS off
This commit is contained in:
parent
9c8012db81
commit
feaab4ed6f
1 changed files with 1 additions and 1 deletions
|
@ -1006,7 +1006,7 @@ async def on_resume(i3, event, path, sleeping):
|
|||
if not sleeping:
|
||||
logger.info("resume from sleep")
|
||||
dpms = i3.x11(xcffib.dpms.key)
|
||||
dpms.Forcelevel(0)
|
||||
dpms.ForceLevel(0)
|
||||
i3.x11.flush()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue