mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29: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
|
|
@ -2,6 +2,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <wlc/wlc.h>
|
||||
#include "layout.h"
|
||||
#include "config.h"
|
||||
#include "handlers.h"
|
||||
|
||||
|
|
@ -27,6 +28,7 @@ void load_config() {
|
|||
|
||||
int main(int argc, char **argv) {
|
||||
load_config();
|
||||
init_layout();
|
||||
|
||||
static struct wlc_interface interface = {
|
||||
.output = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue