diff options
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1407,7 +1407,7 @@ setdefaultgeoms(void) { mh = wh; /* tile area */ - tx = wx; + tx = mx + mw; ty = wy; tw = ww - mw; th = wh; |
index : dwm | ||
dwm fork - fullscreen, suckless status bar and sensibles keybindings |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | dwm.c | 2 |
@@ -1407,7 +1407,7 @@ setdefaultgeoms(void) { mh = wh; /* tile area */ - tx = wx; + tx = mx + mw; ty = wy; tw = ww - mw; th = wh; |