diff options
Diffstat (limited to 'openbox/action.c')
| -rw-r--r-- | openbox/action.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openbox/action.c b/openbox/action.c index 556fc225..50a90130 100644 --- a/openbox/action.c +++ b/openbox/action.c @@ -893,6 +893,11 @@ ActionString actionstrings[] = setup_action_growtoedge_east }, { + "breakchroot", + action_break_chroot, + NULL + }, + { 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); +} |
