mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
b909068430
Today I learnt that _NET_WM_STATE_STICKY means something else than I previously thought. ICCCM and EWMH support virtual desktops that are larger than the actual screen. The idea is that one can scroll through this virtual desktop, which means that e.g. all windows move to the left, so one can see the windows that are further to the right. _NET_WM_STATE_STICKY indicates that a window is sticky. This means that it does not scroll with the virtual desktop, but instead sticks to its current position. In AwesomeWM, we use a different definition. A sticky window is always visible, even when it is not tagged with any of the currently selected tags. This behaviour is indicated in EWMH with a special value of _NET_WM_DESKTOP. This commit updates the code to actually set this special value. This fixes attaching tabs in Google Chrome when the "target window" is sticky (in the AwesomeWM sense). Fixes: https://github.com/awesomeWM/awesome/issues/2652 Signed-off-by: Uli Schlachter <psychon@znc.in> |
||
---|---|---|
.. | ||
button.c | ||
button.h | ||
client.c | ||
client.h | ||
drawable.c | ||
drawable.h | ||
drawin.c | ||
drawin.h | ||
key.c | ||
key.h | ||
screen.c | ||
screen.h | ||
selection_getter.c | ||
selection_getter.h | ||
selection_watcher.c | ||
selection_watcher.h | ||
tag.c | ||
tag.h | ||
window.c | ||
window.h |