Consolatis

Results 78 issues of Consolatis

![outlines](https://user-images.githubusercontent.com/35009135/177203074-5aec2ccd-55bb-4c2b-91e4-a9b7ce78e96e.png) Missing: - [ ] use some theme defined color for the outlines - [ ] use some theme defined width of the outlines - [ ] use some config...

Height calculation doesn't seem correct for text using bold as can be seen by wrong centering of the workspace title on the y axis in #406.

enhancement
later

When having a small screen or lots of applications open the A-Tab OSD may be cut off at the top and bottom. We should add some feature for "pagination" like...

enhancement
later

Only a single output available, thus forced movement of layer shell surfaces. Reported-by @Flrian via IRC (thanks!) ``` ==27600==Hint: address points to the zero page. #0 0x5623e8d732df in new_popup_notify ../src/layers.c:248...

bug
investigation required

Currently drag and drop on X11 seems broken for both, master and v0.5. Drag and drop on wayland seems usually working (as long as the application sets a drag_icon) for...

enhancement
later

- [x] (max) menu width possibly combined with calculation of dynamic width based on the widest element within a given menu node - [x] menu font padding within a single...

enhancement
later

Tabbing out of a running fullscreen application is overlaying panels: that is not very intuitive but is working as intended because its technically still in fullscreen, just with another window...

enhancement
later

A panel configured to use the `top` layer is rendered on top of a fullscreen application.

bug
investigation required
v0.5

> As per xdg-shell protocol v3, wlr_xdg_popup now can change its geometry during its lifetime. See changes in `tinywl.c` at https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3514 As we are using the scene-graph API in master...

enhancement
later

I am still not 100% satisfied with the implementation. First commit basically just replaces `server->cycle_view` with `server->osd_state.cycle_view` so can be skipped for review. What I don't really like: - `view_destroy()`...