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.73k stars 240 forks source link

Single Termite instance registers with two id's according to xdo #634

Closed Hessesian closed 3 years ago

Hessesian commented 5 years ago

Context: I create named instance of termite in bspwm to use as scratchpad/dropdown terminal "termite --name=scratchy" Then use script 'xdo id -n scratchy' to find instance and switch visibility Expected result: one ID in the output Current result: two ID's in the output

$: xdo id -n scratchy :( 0x01200003 0x01200001 urxvt for example registers only under one ID ID's are in random order, and only one of them referrences the termite window

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.