mirror of
https://github.com/labwc/labwc.git
synced 2026-02-22 01:40:25 -05:00
osd: support 'alt-tab' on screen display
The osd window shows title, app_id/class and shell of all views that can be cycled between.
This commit is contained in:
parent
86c384b227
commit
77ade08158
8 changed files with 200 additions and 109 deletions
|
|
@ -130,7 +130,7 @@ desktop_focus_view(struct seat *seat, struct view *view)
|
|||
* careful when cycling between views. The only views we should focus are
|
||||
* those that are already mapped and those that have been minimized.
|
||||
*/
|
||||
static bool
|
||||
bool
|
||||
isfocusable(struct view *view)
|
||||
{
|
||||
/* filter out those xwayland surfaces that have never been mapped */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue