
* Use power button to open omarchy-menu system * Added migration script * setsid so it doesn't exit with the terminal * Spacing --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
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
|
|
|