cool-retro-term -T myretrosession sets window name to 'myretrosession'
This is useful especially for people who rely on wmctrl to change windows, now I
can do wmctrl -a myretrocession to focus on cool-retro-term.
-T was chosen since it matches classic xterm(1) and other terminal emulators
--
Please have in mind I've never done any QT/Javascript/QML/C++, this code might be full of bad practices.
Having said that, I really need this since I run multiple terminals, each with different name, and switch them on the keyboard with wmctrl.
`cool-retro-term -T myretrosession` sets window name to 'myretrosession'
This is useful especially for people who rely on wmctrl to change windows, now I
can do `wmctrl -a myretrocession` to focus on cool-retro-term.
-T was chosen since it matches classic xterm(1) and other terminal emulators
--
Please have in mind I've never done any QT/Javascript/QML/C++, this code might be full of bad practices.
Having said that, I really need this since I run multiple terminals, each with different name, and switch them on the keyboard with wmctrl.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
cool-retro-term -T myretrosessionsets window name to 'myretrosession'This is useful especially for people who rely on wmctrl to change windows, now I
can do
wmctrl -a myretrocessionto focus on cool-retro-term.-T was chosen since it matches classic xterm(1) and other terminal emulators
--
Please have in mind I've never done any QT/Javascript/QML/C++, this code might be full of bad practices.
Having said that, I really need this since I run multiple terminals, each with different name, and switch them on the keyboard with wmctrl.
Thank you very much!