Skip to content

Releases: bnfour/i3-quake-terminal

v2.1 — minor fixes

20 Jul 15:17
Compare
Choose a tag to compare

A small update from 2.0, highlights include:

  • The script no longer adds a new _NET_WM_STATE_STICKY atom to the window state every time the terminal is open
  • Documentation (readme, code comments) improvements

v2.0 — the initial (public) release

29 Jun 08:55
Compare
Choose a tag to compare

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.