mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
11 lines
193 B
C
11 lines
193 B
C
#ifndef _BSPS_H
|
|
#define _BSPS_H
|
|
|
|
void setup(void);
|
|
void register_events(void);
|
|
void handle_signal(int);
|
|
void update_wintitle(void);
|
|
void update_deskname(void);
|
|
void output_infos(void);
|
|
|
|
#endif
|