Skip to content

Commit

Permalink
fix: trigger Bell in the Monitored Window (#53)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
daneski13 and rickstaa committed Oct 15, 2023
1 parent ac5baf6 commit 11dea05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ notify() {
# trigger visual bell
# your terminal emulator can be setup to set URGENT bit on visual bell
# for eg, Xresources -> URxvt.urgentOnBell: true
tmux split-window "echo -e \"\a\" && exit"
tmux split-window -t "\$$SESSION_ID":@"$WINDOW_ID" "echo -e \"\a\" && exit"
}

0 comments on commit 11dea05

Please sign in to comment.