-
Notifications
You must be signed in to change notification settings - Fork 78
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
Labels
enhancement
New feature or request
Comments
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.
Merged
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.
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? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since a kiosk might go long without any usage, we should power off the screen to save power in such periods.
The text was updated successfully, but these errors were encountered: