Retoor software development Projects Research SearchXNG
Register Sign In

15 lines
236 B
C
Raw Normal View History

feat: add XDG autostart support for automatic application launching feat: implement demo mode for automated feature showcase feat: add XEmbed system tray protocol for external application icons feat: add window snapping to left and right halves feat: add minimize/restore toggle with Alt+F9 keybinding docs: update README with new features and configuration details build: update build system for new autostart and demo modules
2025-12-28 09:26:53 +01:00
/*
* DWN - Desktop Window Manager
* retoor <retoor@molodetz.nl>
* XDG Autostart support
*/
#ifndef DWN_AUTOSTART_H
#define DWN_AUTOSTART_H
void autostart_init(void);
void autostart_run(void);
void autostart_cleanup(void);
#endif
Reference in New Issue Copy Permalink
1a478dc38c
dwn/include/autostart.h
Response time: 23ms
Mail Licenses API