From c5d2a9bc98fb7d1ed85c69fc3007ab36b9fd96d5 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 11 Mar 2007 15:41:47 +0000 Subject: allow setting startupnotify per execute action, default to disabled. use like this: programtruesomething descriptivename of an icon in the icon theme to show --- openbox/action.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/action.h') diff --git a/openbox/action.h b/openbox/action.h index 639db018..c8e91cfa 100644 --- a/openbox/action.h +++ b/openbox/action.h @@ -72,6 +72,9 @@ struct DirectionalAction{ struct Execute { struct AnyAction any; gchar *path; + gboolean startupnotify; + gchar *name; + gchar *icon_name; }; struct ClientAction { -- cgit v1.2.3