Debian Jessie: installed LXDM and using Pekwm.
I wish to find LXDM's logout script and use the Suspend part only to hook to F5 so that I can press this and walk away without having the logout menu come up and then selecting Suspend.
Currently in Pekwm I have the following which all works fine but I would like the single key press for Suspend.
Code:
KeyPress = "F5" { Actions = "Exec /usr/bin/lxde-logout" }
KeyPress = "F6" { Actions = "exit" }
Keypress = "F7" {Actions = "Exec systemctl reboot" }
Keypress = "F8" {Actions = "Exec systemctl poweroff" }
I have just moved from Crunchbang where I did (with help) have this set up.