thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

urgent_on_bell does not work in wayland #715

Closed andremarcais closed 3 years ago

andremarcais commented 4 years ago

I have urgent_on_bell set. When using swaywm (Wayland), the window does not get urgent state. It works under i3wm (Xorg).

FreeFull commented 4 years ago

This is because wayland doesn't yet have a protocol for urgency. Sway itself does support urgency, but only for programs running under Xwayland.

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.