How to have "Keep system awake" on by default? #2289
Answered
by
nyx-4
skoobyskoober
asked this question in
Q&A
Answered by
nyx-4
Oct 25, 2025
Replies: 1 comment 1 reply
On by defaultSet to Remember last statedots-hyprland/dots/.config/quickshell/ii/services/Idle.qml Lines 18 to 24 in 5dd0fe2 remove the else logic from function onReadyChanged() {
root.inhibit = Persistent.states.idle.inhibit
} |
1 reply
Answer selected by
skoobyskoober
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

On by default
dots-hyprland/dots/.config/quickshell/ii/services/Idle.qml
Line 14 in 5dd0fe2
Set to
trueto turn on by defaultRemember last state
dots-hyprland/dots/.config/quickshell/ii/services/Idle.qml
Lines 18 to 24 in 5dd0fe2
remove the else logic from
onReadyChangedto remember last state.