~shinanca

Recent activity

[PATCH kanshi] Add config pre_exec statement for execute before applying profile. 1 year, 1 month ago

From shinanca to ~emersion/public-inbox

---
 include/config.h |  1 +
 main.c           | 15 +++++++++++++++
 parser.c         |  9 +++++++++
 3 files changed, 25 insertions(+)

diff --git a/include/config.h b/include/config.h
index 8e80bf0..a27bae0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -40,6 +40,7 @@ struct kanshi_profile {
	// Wildcard outputs are stored at the end of the list
	struct wl_list outputs;
	struct wl_list commands;
[message trimmed]