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
Identify panels by _NET_WM_WINDOW_TYPE_DOCK? Then create ClientWins and put them in their own dlist in MainWin. Do not feed them into clientwin_move(), clientwin_map(), rather write a new function panelwin_map() that creates cw->destination, call clientwin_render(), XMapWindow().
Whether user input should be allowed into panels... I don't know. If needed, the list of ClientWins should be parsed here:
Identify panels by _NET_WM_WINDOW_TYPE_DOCK? Then create ClientWins and put them in their own dlist in MainWin. Do not feed them into clientwin_move(), clientwin_map(), rather write a new function panelwin_map() that creates cw->destination, call clientwin_render(), XMapWindow().
Whether user input should be allowed into panels... I don't know. If needed, the list of ClientWins should be parsed here:
skippy-xd/src/skippy.c
Line 921 in b0fa809
Another config option would be whether the usual expose windows should overlap with the panels.
The text was updated successfully, but these errors were encountered: