Blame
| 4fec44 | Steven Anderson | 2024-12-30 11:10:27 | 1 | # disable power button |
| 5f20dd | Steven Anderson | 2024-12-30 11:10:04 | 2 | |
| 3 | #### Edit `/etc/systemd/logind.conf` |
|||
| 4 | # update HandlePowerKey to "ignore" |
|||
| 5 | HandlePowerKey=ignore |
|||
| 6 | ||||
| 7 | #### Restart systemd-logind |
|||
| 8 | sudo systemctl restart systemd-logind |