First working version
This commit is contained in:
parent
c8ac4b08ea
commit
d507864ec1
8 changed files with 194 additions and 135 deletions
13
Struktur.md
Normal file
13
Struktur.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
- workspaces: array
|
||||
- normal
|
||||
- ID: int (ID of workspace)
|
||||
- occupied: bool (if workspace is occupied)
|
||||
- monitorID: int (ID of monitor workspace is on)
|
||||
- active: bool (if workspace is open)
|
||||
- icon: string (path of icon of client)
|
||||
- special
|
||||
- ID: int (ID of workspace)
|
||||
- occupied: bool (if workspace is occupied)
|
||||
- monitorID: int (ID of monitor workspace is on)
|
||||
- active: bool (if workspace is open)
|
||||
- icon: string (path of icon of client)
|
Loading…
Add table
Add a link
Reference in a new issue