Skip to content

v2.0.0

Compare
Choose a tag to compare
@roosta roosta released this 17 Apr 15:05
747cd73

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 to no_icon_names. no_names now always removes name, but leaving icon
  • BREAKING: Removed option use_instance, replaced instead by wm_property in config under the [general] heading that takes one of three possible values: class, instance, and name. 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