6 lines
181 B
Bash
Executable File
6 lines
181 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Disable shutting system down on power button to bind it to power menu afterwards
|
|
sudo sed -i 's/.*HandlePowerKey=.*/HandlePowerKey=ignore/' /etc/systemd/logind.conf
|
|
|