]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
fixes for new keybindings stuff/chroot/parsing
[chaz/openbox] / openbox / action.c
index 556fc22564a50e36bbdee3f21341529b2c2f9324..50a901300c2f7205081454a529e57376fd5960af 100644 (file)
@@ -892,6 +892,11 @@ ActionString actionstrings[] =
         action_growtoedge,
         setup_action_growtoedge_east
     },
+    {
+        "breakchroot",
+        action_break_chroot,
+        NULL
+    },
     {
         NULL,
         NULL,
@@ -1899,3 +1904,9 @@ void action_unshow_desktop(union ActionData *data)
 {
     screen_show_desktop(FALSE);
 }
+
+void action_break_chroot(union ActionData *data)
+{
+    /* break out of one chroot */
+    keyboard_reset_chains(1);
+}
This page took 0.022189 seconds and 4 git commands to generate.