File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ unset_groups(){
55 if section_is_group " $local_temp_section " ; then
66 unset config_key_cpu_limit_map[" $local_temp_section " ] \
77 config_key_delay_map[" $local_temp_section " ] \
8+ config_key_exec_closure_map[" $local_temp_section " ] \
89 config_key_exec_oneshot_map[" $local_temp_section " ] \
910 config_key_exec_focus_map[" $local_temp_section " ] \
1011 config_key_exec_unfocus_map[" $local_temp_section " ] \
@@ -18,7 +19,10 @@ unset_groups(){
1819 config_key_unfocus_minimize_map[" $local_temp_section " ] \
1920 config_key_focus_fullscreen_map[" $local_temp_section " ] \
2021 config_key_focus_cursor_grab_map[" $local_temp_section " ] \
21- config_key_group_map[" $local_temp_section " ]
22+ config_key_group_map[" $local_temp_section " ] \
23+ config_key_exec_exit_map[" $local_temp_section " ] \
24+ config_key_exec_exit_focus_map[" $local_temp_section " ] \
25+ config_key_exec_exit_unfocus_map[" $local_temp_section " ]
2226 else
2327 local local_sections_array+=(" $local_temp_section " )
2428 fi
You can’t perform that action at this time.
0 commit comments