Skip to content

Commit

Permalink
force resetting state of new windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Mar 4, 2023
1 parent d6197fa commit 9aa681a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/win.c
Original file line number Diff line number Diff line change
Expand Up @@ -2773,6 +2773,7 @@ void win_update_monitor(int nmons, region_t *mons, struct managed_win *mw) {
void map_win_start(session_t *ps, struct managed_win *w) {
assert(ps->server_grabbed);
assert(w);
w->dwm_mask = 0;

// Don't care about window mapping if it's an InputOnly window
// Also, try avoiding mapping a window twice
Expand Down

0 comments on commit 9aa681a

Please sign in to comment.