]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.c
ignore cparse.c
[chaz/openbox] / plugins / keyboard / keyboard.c
index f3495eb82f1b6dfc611386d1afe5820d2e28b75f..4fa6a8ed4d51ab00d36ee8a550d4beca612d6e52 100644 (file)
@@ -165,6 +165,11 @@ static void binddef()
     a = action_new(action_execute);
     a->data.execute.path = g_strdup("xterm");
     kbind(list, a);
+
+    list->data = "C-A-Escape";
+    a = action_new(action_execute);
+    a->data.execute.path = g_strdup("xlock -nolock -mode puzzle");
+    kbind(list, a);
 }
 
 void plugin_startup()
This page took 0.019708 seconds and 4 git commands to generate.