Waybar/src
Matthias Richter b16c8972c7 Add option to rewrite sway/window title
Rewrites window title according to config option "rewrite".
"rewrite" is an object where keys are regular expressions and values are
rewrite rules if the expression matches. Rules may contain references to
captures of the expression. Regex and replacement follow ECMA-script
rules. If no regex matches, the title is left unchanged.

example:
"sway/window": {
  "rewrite": {
    "(.*) - Mozilla Firefox": " $1",
    "(.*) - zsh": " $1",
  }
}
2021-04-21 12:24:47 +02:00
..
modules Add option to rewrite sway/window title 2021-04-21 12:24:47 +02:00
util fix(rfkill): handle EAGAIN correctly 2021-02-10 08:26:21 -08:00
ALabel.cpp align should use rotate property 2021-02-01 01:44:51 -08:00
AModule.cpp Fix "on-click-backward" when "on-click-forward" is not present 2020-09-26 15:55:06 -04:00
bar.cpp Better way of doing it by just moving the original delcarations after everything's for sure been set 2020-12-28 13:44:16 -07:00
client.cpp fix: schedule output destruction on idle callback 2021-02-22 18:35:09 -08:00
factory.cpp feature: created sway language submodule; added styles & config part for a sway language submodule 2020-10-10 19:09:18 +03:00
main.cpp Implement support for reloading of config files. 2020-08-28 22:34:24 +10:00