Eugeny/tabby

Flash frame/taskbar icon on terminal bell

Open

#8,981 创建于 2023年9月14日

在 GitHub 查看
 (2 评论) (2 反应) (0 负责人)TypeScript (71,314 star) (4,018 fork)batch import
Good first issueT: Enhancementhelp wanted

描述

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

贡献者指南