Oberon, do I need to edit oblogout-manjaro.conf to reflect Openbox commands? Or will those fluxbox commands work? Thanks!
[commands]
lock = i3lock -ec 1f1f1f
logout = fluxboxexit logout
switch = dm-tool switch-to-greeter
suspend = fluxboxexit suspend
hibernate = fluxboxexit hibernate
restart = fluxboxexit reboot
shutdown = fluxboxexit shutdown
Edit: Actually, it seems that the contents of oblogout-manjaro.conf have been copied over to oblogout.conf, with the original saved as oblogout.conf.pacsave. So -- do I need to edit oblogout.conf to reflect Openbox commands, so that the file looks like the following?
[commands]
lock = i3lock -ec 1f1f1f
logout = openbox --exit
switch = dm-tool switch-to-greeter
suspend = systemctl suspend
hibernate = systemctl hibernate
restart = systemctl reboot
shutdown = systemctl poweroff