remove module subfolders

This commit is contained in:
Daniel Eklöf 2018-12-29 22:15:29 +01:00
parent 52f13dec3d
commit b7e7ad522f
18 changed files with 48 additions and 48 deletions

View file

@ -1,14 +0,0 @@
#pragma once
#include "../../module.h"
#include "../../particle.h"
/* Maps workspace name to a content particle. */
struct i3_workspaces {
const char *name;
struct particle *content;
};
struct module *module_i3(
struct i3_workspaces workspaces[], size_t workspace_count,
int left_spacing, int right_spacing);