awesome-wm-widgets
awesome-wm-widgets copied to clipboard
Are there any plans to support hibernate in logout popup?
The command is systemctl hibernate && lockscreen
.
I find that awesome wm has strange bug with locking on hibernating. Either spwan.with_shell("systemctl hibernate && slock")
or spawn("hibernate_script")
were tried. Both of them skip slock
after resuming.