Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add idle support to power off the screen automatically after inactivity #7

Closed
Hjdskes opened this issue Dec 26, 2018 · 2 comments
Closed
Labels
enhancement New feature or request

Comments

@Hjdskes
Copy link
Collaborator

Hjdskes commented Dec 26, 2018

Since a kiosk might go long without any usage, we should power off the screen to save power in such periods.

@Hjdskes Hjdskes added the enhancement New feature or request label Dec 26, 2018
Hjdskes added a commit that referenced this issue Jan 4, 2019
Note that this does not do much without an idle manager "on the other
side". See, for example, swayidle: https://github.com/swaywm/sway/blob/master/swayidle/swayidle.1.scd

Fixes #7.
Hjdskes added a commit that referenced this issue Jan 8, 2019
Note that this does not do much without an idle manager "on the other
side". See, for example, swayidle: https://github.com/swaywm/sway/blob/master/swayidle/swayidle.1.scd

Fixes #7.
Hjdskes added a commit that referenced this issue Jan 8, 2019
Note that this does not do much without an idle manager "on the other
side". See, for example, swayidle: https://github.com/swaywm/sway/blob/master/swayidle/swayidle.1.scd

Fixes #7.
Hjdskes added a commit that referenced this issue Jan 9, 2019
Note that this does not do much without an idle manager "on the other
side". See, for example, swayidle: https://github.com/swaywm/sway/blob/master/swayidle/swayidle.1.scd

Fixes #7.
@mweber26
Copy link

mweber26 commented Jan 5, 2020

I am trying to get a cage installation to turn off the monitor after a specified time. You mention using swayidle to implement the idle tracker, but the examples for swayidle use swaymsg to send a dpms off message to turn off/on the monitor. swaymsg using the sway (only?) IPC to turn off the monitor.

What command should be used with swayidle to control dpms when using cage?

@Hjdskes
Copy link
Collaborator Author

Hjdskes commented Jan 18, 2020

Hi @mweber26, sorry for the slow response. I think we can either add this to Cage, or perhaps (and more to my preference) we can use an external tool such as kanshi.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants