vene files and dwm changes

This commit is contained in:
vrd
2026-07-30 11:54:49 +03:00
committed by Venelin Dechkov
parent 002b9d1e66
commit 336575522b
6 changed files with 251 additions and 76 deletions
+25
View File
@@ -0,0 +1,25 @@
#pragma once
// Vene stuff used by dwm
// extern char* HOME;
extern char SCREEN_CAPS_DIR[64];
// extern char BOOKMARK_DIR[64];
// extern char OPEN_BOOKMARK_CMD[128];
#ifdef __cplusplus
extern "C"
{
#endif
void vene_setup();
void vene_updatestatus(char status[]);
void vene_run();
void vene_webbookmark();
void vene_inc_vol(const Arg*);
void vene_dec_vol(const Arg*);
void vene_toggle_vol(const Arg*);
#ifdef __cplusplus
}
#endif