No shutdown option on lid close
Submitted by diogenes_
Description
Hello guys! So my issue is that the xfce4-power-manager has only 4 options for "When lid is closed":
- Switch off display,
- Suspend,
- Hibernate,
- Lock screen,
there is no Shutdown option so this is what one has to do for getting power-manager to shutdown the pc on lid close:
- xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/logind-handle-lid-switch -s true
- sudo vi /etc/systemd/logind.conf
- uncomment: #HandleLidSwitch=suspend
- change it to: HandleLidSwitch=poweroff
so I thought maybe it would be great if you include the "Shutdown" option for "When lid is closed".
Thank you!
Version: 1.4.x
Edited by Yousuf Philips