diff options
Diffstat (limited to 'src/login/logind.h')
-rw-r--r-- | src/login/logind.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/login/logind.h b/src/login/logind.h index 0b52bf7b09..f415dfbcbf 100644 --- a/src/login/logind.h +++ b/src/login/logind.h @@ -100,11 +100,13 @@ struct Manager { usec_t inhibit_delay_max; HandleButton handle_power_key; - HandleButton handle_sleep_key; + HandleButton handle_suspend_key; + HandleButton handle_hibernate_key; HandleButton handle_lid_switch; bool power_key_ignore_inhibited; - bool sleep_key_ignore_inhibited; + bool suspend_key_ignore_inhibited; + bool hibernate_key_ignore_inhibited; bool lid_switch_ignore_inhibited; }; |