Releases: bnfour/i3-quake-terminal
Releases · bnfour/i3-quake-terminal
v2.1 — minor fixes
v2.0 — the initial (public) release
A script to have a drop-down terminal window for i3 window manager. Does what it says on the tin.
What happened to v1.0?
tl;dr v2.0 is just better and v1.0 is too scuffed to show
v1.0 is the version of the script as a part of my dotfiles repo dating as back as July 2022. It is pretty much the same, but with (way) less options, worse error handling, and little to no documentation.
For instance, supplying an invalid output name resulted in
raise Exception("Aaaaa output")
instead of something not-me-as-user friendly.
It also did not support passing arbitrary arguments, it only had a slot for urxvt's background expression as it is the pretty much the only argument I needed to pass.
So, v2.0 is an attempt to make this script more configurable and hopefully useful to others. Have fun.