mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-06 15:13:45 +01:00
8 lines
244 B
C
8 lines
244 B
C
#include <time.h>
|
|
#include <X11/extensions/Xfixes.h>
|
|
#include <X11/extensions/XInput2.h>
|
|
|
|
static void genericevent(XEvent *e);
|
|
static void hidecursor(const Arg *arg);
|
|
static unsigned long long now(void);
|
|
static void showcursor(const Arg *arg);
|