-
Notifications
You must be signed in to change notification settings - Fork 16
Timeout #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
Timeout #78
Conversation
Added timeout settings for screen dim, backlight, lock, screen off, and suspend.
Removed excessive blank lines in BehaviorConfig.qml
|
I'm about to remove hypridle and use the Quickshell module instead https://quickshell.org/docs/master/types/Quickshell.Wayland/IdleInhibitor/ If you want to make that before me to apply your changes, you can do it in this PR. |
Roger that. |
|
@Abscissa24 I did a kinda working inhibitor |
Added Keep system awake to behaviour settings
|
You can create a systemd service that is enabled at the start of the system. When the keep awake is enabled, it stops this service. When it's disabled, it starts again. This may need adjustments. |
Comment out hypridle script and update exec-once commands.
|
@LeVraiArdox the timeout service is starting with quickshell because of lazyloader in shell.qml The core functions like screen dimming, keyboard dimming, screen lock, screen off and suspend are working as intended The main issue is that user activity is not stopping/resetting these timers So while I can be moving the mouse or pressing buttons, the timers are being reached and the actions are being executed How to make it so that the timers reset with any user action (mouse movement or button presses)? |
|
Closing because Hypnos. |
Summary
hypridle.confTODO
Note