system/modules/forgiving-power-button/hook.sh
2026-05-09 01:36:53 +02:00

3 lines
No EOL
186 B
Bash

#!/bin/bash
mkdir -p /etc/systemd/logind.conf.d/
echo -e "[Login]\nHandlePowerKey=suspend\nHandlePowerKeyLongPress=poweroff" > /etc/systemd/logind.conf.d/dcli-forgiving-power-button.conf