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
Interesting idea but no, this isn't possible at it's current state.
This would require to monitor the entire X session for all window changes, check if a window-manager specific floating flag is set and act upon it (floating is different across wms like i3, awesome, dwm etc.).
As this is wm dependent it's not something I would want add to hideIt but if there's a way to do said monitoring you still can achieve this with a custom script + hideIt by using the --signal option.
The custom script would have to monitor your X session (not sure how, this would be your homework :P) and when the the active window or the floating state of the active window changes, you'd call:
$ hideIt.sh --name <window you want to hide/show> --toggle
I want to hide my polybar only when a floating window is in focus (eg. firefox). Any idea how to do it? I use AwesomeWM
The text was updated successfully, but these errors were encountered: