You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not do anything with the panel hide/autohide code in my wayland porting work, so this is just an example of a feature not yet implemented in wayland. The fact that this does not work YET puts it on the list of x11 features still missing in wayland.
NOT sure if autohide is possible in wayland without entirely new code though, as a hidden panel would not be able to see the cursor at all even when it moves into the space occupied by the panel when it shows. Probably the panel would have to remain "showing" but transparent, and would have to be moved to the bottom while keeping caja from claiming that space for itself.
Hide buttons should be possible, though to clear the space for anything else might have to be just one button or else two buttons in totally separate windows containing them only. These at least could be interacted with in the normal way, but I doubt the x11 code would work.
We probably should disable the hide buttons and hide/autohide options entirely in wayland unless and until someone writes code to make hiding the panel work in wayland
If anyone else wants to help with panel hiding code (or anything else), PR's or even code snippets are most welcome.
On gentoo, wayfire 0.8. Compiled with wayland support and somehow works.
The text was updated successfully, but these errors were encountered: