forked from external/yambar
module/i3: new module; tracks i3 workspaces
This commit is contained in:
parent
92c9593ff5
commit
92a1a35c90
6 changed files with 630 additions and 3 deletions
7
modules/i3/dynlist-exposable.h
Normal file
7
modules/i3/dynlist-exposable.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include "../../particle.h"
|
||||
|
||||
struct exposable *dynlist_exposable_new(
|
||||
struct exposable **exposables, size_t count, int left_spacing, int right_spacing);
|
Loading…
Add table
Add a link
Reference in a new issue