swim.git
grab.h
/* swim - window manager
* Copyright (C) 2022-2023 ArcNyxx
* see LICENCE file for licensing information */
#ifndef GRAB_H
#define GRAB_H
#include <stdbool.h>
#include <X11/Xlib.h>
#include "swim.h"
void grabbuttons(cli_t *cli, bool fcs);
void grabkeys(void);
#endif /* GRAB_H */