all repos — tint2 @ 1f94752e12f1e6ae7f0079e933c269b1e2096d91

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

src/tint2conf/properties_rw.h (raw)

1
2
3
4
5
6
7
8
9
10
11
#ifndef PROPERTIES_RW
#define PROPERTIES_RW

#include <gtk/gtk.h>

char *get_current_theme_path();
gboolean config_is_manual(const char *path);
void config_read_file(const char *path);
void config_save_file(const char *path);

#endif