v2.0.0
Changed
- BREAKING: The aliases config map now supports regex in the key portion. This will mostly work with old configs but the match is now substring. To get old exact match use:
"^firefox$"
- BREAKING: Rename option
no_names
tono_icon_names
.no_names
now always removes name, but leaving icon - BREAKING: Removed option
use_instance
, replaced instead bywm_property
in config under the[general]
heading that takes one of three possible values:class
,instance
, andname
. Also included is a cmd flag:i3wsr --wm-instance=class
Added
- Icons can now match on alias names, and fall back to class
Refer to the readme for details on these new options