i3-resurrect icon indicating copy to clipboard operation
i3-resurrect copied to clipboard

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

Open JonnyHaystack opened this issue 5 years ago • 0 comments

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

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

JonnyHaystack avatar Oct 17 '20 18:10 JonnyHaystack