diff options
-rw-r--r-- | etc/systemd/logind.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/systemd/logind.conf b/etc/systemd/logind.conf index 2481332d..2655311f 100644 --- a/etc/systemd/logind.conf +++ b/etc/systemd/logind.conf @@ -36,6 +36,7 @@ #HandleLidSwitch=suspend HandleLidSwitchExternalPower=ignore #HandleLidSwitchDocked=ignore +#HandleSecureAttentionKey=secure-attention-key #PowerKeyIgnoreInhibited=no #SuspendKeyIgnoreInhibited=no #HibernateKeyIgnoreInhibited=no @@ -50,3 +51,4 @@ HandleLidSwitchExternalPower=ignore #InhibitorsMax=8192 #SessionsMax=8192 #StopIdleSessionSec=infinity +#DesignatedMaintenanceTime= |