You are not logged in.

#1 2008-10-07 14:45:29

Windowlicker
Member
Registered: 2008-07-20
Posts: 15

Terminals not maximized in DWM

Terminals don't fill up the whole screen in dwm:

dwmxtermir4.th.png
dwmxterm2cy8.th.png

How do I fix this?

Offline

#2 2008-10-07 15:45:37

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Terminals not maximized in DWM

Your problem lies with RESIZEHINTS.  Terminal windows' size is generated using the font size, setting RESIZEHINTS in your config.h fixes this problem as good as can be expected.  (that is if RESIZEHINTS is still supported in the latest dwm.)


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#3 2008-10-07 16:54:37

Windowlicker
Member
Registered: 2008-07-20
Posts: 15

Re: Terminals not maximized in DWM

Thank you.

Offline

#4 2008-10-07 18:45:31

leo2501
Member
From: Buenos Aires, Argentina
Registered: 2007-07-07
Posts: 658

Re: Terminals not maximized in DWM

i have the same problem, i dont understand what i need to do with "resizehints", i have this in config.h

/* layout(s) */
static float mfact      = 0.55;
static Bool resizehints = True; /* False means respect size hints in tiled resizals */

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery

Offline

#5 2008-10-07 19:13:26

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Terminals not maximized in DWM

In my dwm, resizehints is set to false.  I am using an old codebase but the functionality of resizehints should be the same.  Try setting it to false.


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#6 2008-10-07 20:09:17

Windowlicker
Member
Registered: 2008-07-20
Posts: 15

Re: Terminals not maximized in DWM

Yeah, setting it to false fixed it for me.

Offline

#7 2008-10-07 23:00:46

leo2501
Member
From: Buenos Aires, Argentina
Registered: 2007-07-07
Posts: 658

Re: Terminals not maximized in DWM

GREAT! big_smile and i think that i'll never could fix that, lol

Last edited by leo2501 (2008-10-07 23:01:04)


Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery

Offline

Board footer

Powered by FluxBB