Skip to content

Commit dd9e9a3

Browse files
committed
src/main.sh: Do not allow lazy commands immediately after handling opened windows.
1 parent f4cdbd8 commit dd9e9a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,8 @@ while read -r raw_event; do
219219
explicit_section="$section"
220220
;;
221221
'allow_lazy_commands' )
222-
# Allow lazy commands immediately after handling implicitly opened windows
222+
# Unset '--hot' to allow lazy commands after handling all internal events
223223
unset hot
224-
allow_lazy_commands='1'
225224

226225
# Restore info about focused window after handling implicitly opened windows
227226
previous_window_id="$explicit_window_id"

0 commit comments

Comments
 (0)