Add minimal app switcher protocol
- Aug 30, 2018
-
-
Guido Gunther authored
Simple private protocoll to list and raise toplevels by app_id and title. We wanted a minimal set of objects, requests and events. Since this is only meant for the app overview page in the shell we can take many shortcuts and leave out e.g. XWayland for the moment. This will be replaced by wlr_foreign_toplevel_unstable_v1 later on.
95b605a9 -
Guido Gunther authored
We don't rename the request itself since we don't want to change the protocol.
b188071e -
Guido Gunther authored
This makes it better match the protocol name. Also name the variables consistently "phosh" instead of the overused "shell".
7a99bb83
-