mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Implement key binds to control virtual outputs
It is now possible to use keybinds to add and remove virtual outputs (also called headless backend in wlroots terminology).
This commit is contained in:
parent
5d2f594626
commit
45012d322a
5 changed files with 149 additions and 1 deletions
|
|
@ -203,6 +203,10 @@ struct server {
|
|||
struct wlr_renderer *renderer;
|
||||
struct wlr_allocator *allocator;
|
||||
struct wlr_backend *backend;
|
||||
struct headless {
|
||||
struct wlr_backend *backend;
|
||||
char pending_output_name[4096];
|
||||
} headless;
|
||||
struct wlr_session *session;
|
||||
|
||||
struct wlr_xdg_shell *xdg_shell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue