]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.h
allow setting startupnotify per execute action, default to disabled. use like this...
[chaz/openbox] / openbox / action.h
index 639db0184352e6cdd5ae8dfa76aa851bdf1d809f..c8e91cfa5b654147c6db67622bb8f516fd9df710 100644 (file)
@@ -72,6 +72,9 @@ struct DirectionalAction{
 struct Execute {
     struct AnyAction any;
     gchar *path;
+    gboolean startupnotify;
+    gchar *name;
+    gchar *icon_name;
 };
 
 struct ClientAction {
This page took 0.020016 seconds and 4 git commands to generate.