You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Floating windows not getting focused when there is a tiled windows below it
The issue is a floating window only gets focused when it's focused in the region where tiled windows don't intersect with it. Now this problem can't be easily solved since we have to focus windows that are way below to reach out from mouse.
hyprshot_float.mp4
My idea for selecting windows
Using a keybinding to switch between windows like vim keybindings. hyprprop - a package that can fetch lot of details about window, and also the program can just focus on windows. that are floating within reach of mouse using hyprprop to get focus of floating windows.
Also it's recommended to bring focused floating window on top to get only content of a floating window.
Floating windows not getting focused when there is a tiled windows below it
The issue is a floating window only gets focused when it's focused in the region where tiled windows don't intersect with it. Now this problem can't be easily solved since we have to focus windows that are way below to reach out from mouse.
hyprshot_float.mp4
My idea for selecting windows
Using a keybinding to switch between windows like vim keybindings.
hyprprop- a package that can fetch lot of details about window, and also the program can just focus on windows. that are floating within reach of mouse usinghyprpropto get focus of floating windows.Also it's recommended to bring focused floating window on top to get only content of a floating window.