mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Use power button to open omarchy-menu system (#769)
* 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>
This commit is contained in:
5
install/config/ignore-power-button.sh
Executable file
5
install/config/ignore-power-button.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user