about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* *elioat2024-01-062-0/+132
|
* *elioat2024-01-0611-91/+1177
|
* *'elioat2024-01-062-0/+210
|
* *elioat2024-01-051-0/+7
|
* *elioat2024-01-051-1/+1
|
* *elioat2024-01-052-0/+88
|
* *elioat2024-01-051-2/+7
|
* 8elioat2024-01-052-118/+223
|
* *elioat2024-01-056-1/+131
|
* *elioat2024-01-053-0/+1
|
* *elioat2024-01-011-21/+41
|
* *elioat2024-01-011-1/+1
|
* pomodoro timerelioat2024-01-012-0/+98
|
* *elioat2023-12-313-3/+0
|
* *elioat2023-12-311-0/+2
|
* *elioat2023-12-311-213/+274
|
* *elioat2023-12-311-12/+38
|
* *elioat2023-12-311-11/+47
|
* *elioat2023-12-311-62/+77
|
* *elioat2023-12-311-16/+36
|
* *elioat2023-12-311-3/+15
|
* *elioat2023-12-311-3/+9
|
* *elioat2023-12-312-0/+163
|
* *elioat2023-12-303-2/+2
|
* *elioat2023-12-302-6/+8
|
* *elioat2023-12-301-42/+6
|
* *elioat2023-12-301-23/+24
|
* *elioat2023-12-301-0/+3
|
* LAZER GATEelioat2023-12-303-0/+171
|
* *elioat2023-12-304-1/+117
|
* *elioat2023-12-301-1/+36
|
* *elioat2023-12-301-0/+13
|
* *elioat2023-12-294-0/+204441
|
* *elioat2023-12-291-5/+34
|
* *elioat2023-12-291-39/+54
|
* *elioat2023-12-292-21/+0
|
* *elioat2023-12-291-1/+1
|
* *elioat2023-12-292-50/+176
|
* *elioat2023-12-291-88/+66
|
* pushable itemselioat2023-12-291-39/+49
|
* *elioat2023-12-282-0/+168
|
* *elioat2023-12-281-0/+433
|
* *elioat2023-12-281-0/+54
|
* cooking with fireelioat2023-12-283-6/+99
|
* *elioat2023-12-281-5/+5
|
* a place to plan what the heck I'm doing.elioat2023-12-281-0/+15
|
* *elioat2023-12-285-0/+417
|
* *elioat2023-12-281-1/+1
|
* javascriptelioat2023-12-223-0/+159
| | | | adding an irc bot...maybe for making games with
* *elioat2023-12-131-0/+37
|
n class="n">Arg *arg); extern void focusprev(Arg *arg); extern Client *getclient(Window w); extern Client *getctitle(Window w); extern void gravitate(Client *c, Bool invert); extern void killclient(Arg *arg); extern void manage(Window w, XWindowAttributes *wa); extern void resize(Client *c, Bool sizehints, Corner sticky); extern void setsize(Client *c); extern void settitle(Client *c); extern void togglemax(Arg *arg); extern void unmanage(Client *c); extern void zoom(Arg *arg); /* draw.c */ extern void drawall(); extern void drawstatus(); extern void drawtitle(Client *c); extern unsigned long getcolor(const char *colstr); extern void setfont(const char *fontstr); extern unsigned int textw(const char *text); /* event.c */ extern void grabkeys(); /* main.c */ extern int getproto(Window w); extern void quit(Arg *arg); extern void sendevent(Window w, Atom a, long value); extern int xerror(Display *dsply, XErrorEvent *ee); /* tag.c */ extern void appendtag(Arg *arg); extern void dofloat(Arg *arg); extern void dotile(Arg *arg); extern void initrregs(); extern Bool isvisible(Client *c); extern Client *getnext(Client *c); extern Client *getprev(Client *c); extern void replacetag(Arg *arg); extern void restack(); extern void settags(Client *c); extern void togglemode(Arg *arg); extern void view(Arg *arg); extern void toggleview(Arg *arg); /* util.c */ extern void *emallocz(unsigned int size); extern void eprint(const char *errstr, ...); extern void *erealloc(void *ptr, unsigned int size); extern void spawn(Arg *arg);