glzr-io / glazewm

GlazeWM is a tiling window manager for Windows inspired by i3wm.
GNU General Public License v3.0
4.89k stars 143 forks source link

[Feature Request] Match which windows to apply border highlight to #653

Open a0w89fwa0f opened 1 month ago

a0w89fwa0f commented 1 month ago

Is it possible to disable the focused border highlight for a specific window.

I use an extension for Visual Studio Code which makes the window transparent and the border highlight color fills the entire window making it unusable: https://github.com/illixion/vscode-vibrancy-continued

Thanks

lars-berger commented 1 month ago

We could add a match option like like with window rules, e.g.

window_effects:
  other_windows:
    border:
      enabled: true
      color: '#a1a1a1'
      match:
        - window_process: { equals: 'Code' }