Skip to content

Commit 11dea05

Browse files
daneski13rickstaa
andauthored
fix: trigger Bell in the Monitored Window (#53)
* Add ENVs to notify.sh * Trigger Bell in Monitored Window * Update scripts/notify.sh Co-authored-by: Rick Staa <[email protected]> --------- Co-authored-by: Rick Staa <[email protected]>
1 parent ac5baf6 commit 11dea05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ notify() {
8585
# trigger visual bell
8686
# your terminal emulator can be setup to set URGENT bit on visual bell
8787
# for eg, Xresources -> URxvt.urgentOnBell: true
88-
tmux split-window "echo -e \"\a\" && exit"
88+
tmux split-window -t "\$$SESSION_ID":@"$WINDOW_ID" "echo -e \"\a\" && exit"
8989
}

0 commit comments

Comments
 (0)