Ignore power, suspend, sleep, hibernate keys on keyboards #47

Closed
opened 2020-09-01 21:13:12 +00:00 by kemonine · 0 comments
Owner
mkdir /etc/systemd/logind.conf.d
cat > /etc/systemd/logind.conf.d/ignored_keys.conf <<EOF
[Login]
HandlePowerKey=ignore
HandleSuspendKey=ignore
HandleHibernateKey=ignore
EOF
``` mkdir /etc/systemd/logind.conf.d cat > /etc/systemd/logind.conf.d/ignored_keys.conf <<EOF [Login] HandlePowerKey=ignore HandleSuspendKey=ignore HandleHibernateKey=ignore EOF ```
kemonine added the
bug
label 2020-09-01 21:13:18 +00:00
kemonine added this to the Initial Stable Deployment milestone 2020-09-01 21:13:20 +00:00
kemonine self-assigned this 2020-09-01 21:13:22 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: PiFrame/piframe#47
No description provided.