Eugeny/tabby

Flash frame/taskbar icon on terminal bell

Open

#8981 opened on Sep 14, 2023

View on GitHub
 (2 comments) (2 reactions) (0 assignees)TypeScript (71,314 stars) (4,018 forks)batch import
Good first issueT: Enhancementhelp wanted

Description

Is your feature request related to a problem? Please describe. I am missing this feature which other terminals (Windows Terminal, putty) have - when bell comes and the terminal application does not have keyboard focus (it is minimized or another application is selected), it flashes the taskbar icon (on Windows).

Describe the solution you'd like When bell comes, Tabby should check config whether to flash frame and call relevant function. In Electron this can be achieved by this api. It seems it's working on macOS as well (bouncing icon), don't know about Linux.

In addition, it would be good to change the Tabby settings to allow the user to choose more responses to the bell. See attached screenshot from Windows Terminal bellow.

Describe alternatives you've considered There is no alternative but to not use Tabby 😄

Additional context image Windows Terminal bell settings - Flash window is Visual in Tabby, Flash taskbar is this feature request

Contributor guide