JonnyHaystack / i3-resurrect

Simple solution to saving and restoring i3 workspaces
GNU General Public License v3.0
378 stars 19 forks source link

Allow window_swallow_criteria to be mapped using window property filters just like window_command_mappings #93

Open JonnyHaystack opened 4 years ago

JonnyHaystack commented 4 years ago

Configuration like the following would be useful for reasons explained in #92

{
  ...
  "window_swallow_criteria": {
    {
      "class": "^Alacritty$",
      "title": "nvim",
      "swallows": ["class", "instance"]
    }
  }
  ...
}