mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
Add layout containers for new outputs
This commit is contained in:
parent
82bc36c681
commit
c102f18499
4 changed files with 55 additions and 2 deletions
|
|
@ -5,6 +5,7 @@
|
|||
#include "handlers.h"
|
||||
|
||||
bool handle_output_created(wlc_handle output) {
|
||||
add_output(output);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue