feat(sway/window): handle floating nodes

This commit is contained in:
Alex
2019-06-14 11:27:40 +02:00
parent 486b5a5d38
commit dabe2bebbb
3 changed files with 13 additions and 8 deletions

View File

@ -5,7 +5,6 @@
#include <sys/un.h>
#include <unistd.h>
#include <cstring>
#include <iostream>
#include <memory>
#include <mutex>
#include "ipc.hpp"