Skip to content

Commit

Permalink
Make noborder and fakefullscreen patches compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
kotovalexarian committed Nov 12, 2021
1 parent 8c8ee48 commit b2c5c22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1524,8 +1524,6 @@ resizeclient(Client *c, int x, int y, int w, int h)
&monocle == c->mon->lt[c->mon->sellt]->arrange
)
&&
!c->isfullscreen
&&
!c->isfloating
&&
NULL != c->mon->lt[c->mon->sellt]->arrange
Expand Down

0 comments on commit b2c5c22

Please sign in to comment.