In Awesome WM is there a way to bind a key combination to move the focused floating client to the center of the screen? (the client should be neither maximized nor fullscreen)
I was checking the documentation but apparently there is not such a function.
So as an alternative I was thinking to get the current screen width and height and then set the x and y properties of the client accordingly (taking into account also the width and height of the client itself).
I'd like to know if there is an easier way to perform the same action.
An easier way is awful.placement
if you are using 4.0 version. Otherwise manually set client geometry seems like most reliable way to make such alignment.