sway-borders
sway-borders copied to clipboard
Border for specific app only?
I tried to set shadow for window with specific app_id for example but all windows still have shadow set, how to avoid this?
for_window [app_id="abc"] border_images.focused shadows.png
They're just not implemented on this level. You can't do per-window border images.
humm, I really want it for per-window only, is there reason why make it global?
It's implemented the same way (as in generally the same rendering paths) as the standard borders which are global as well. The next iteration of this feature (with shaders) will have this feature, when I get to reworking this.