mirror of
https://github.com/javalsai/lidm.git
synced 2025-09-01 02:47:59 +02:00
feat|perf: generic&efficient desktop&config parser
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "macros.h"
|
||||
#include "util.h"
|
||||
|
||||
enum session_type {
|
||||
@@ -12,9 +13,9 @@ enum session_type {
|
||||
};
|
||||
|
||||
struct session {
|
||||
char* name;
|
||||
char* exec;
|
||||
char* tryexec;
|
||||
char* NNULLABLE name;
|
||||
char* NNULLABLE exec;
|
||||
char* NULLABLE tryexec;
|
||||
enum session_type type;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user