Skip to content

Commit fe506e9

Browse files
committed
src/functions/unset_groups.sh: Unset exec-exit, exec-exit-focus, exec-exit-unfocus and exec-closure config key values in groups.
1 parent 25afa48 commit fe506e9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/functions/unset_groups.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)