xborder icon indicating copy to clipboard operation
xborder copied to clipboard

Floating windows in i3

Open Asem-Ashraf opened this issue 2 years ago • 1 comments

Since all the script does is put a border around the currently focused window, when the focused window is under another window, the highlight is done without checking whether the windows are on top of each other or not. In this example, there are 2 floating windows. One running nvim and the other running the terminal. Nvim window is on top of the terminal but the terminal is in focus.

image

Asem-Ashraf avatar Feb 19 '23 21:02 Asem-Ashraf

This is also an issue when using a notification daemon. The border of the active window will be shown on top of notifications that overlap it.

Ari-RERA-43 avatar Jun 04 '24 17:06 Ari-RERA-43