Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

I use XFCE 4.8. I'd like new terminal windows to be wider by default (when I start a new terminal instance), but can't find where to configure this. Do you happen to know?

share|improve this question

2 Answers

up vote 2 down vote accepted

open ~/.config/Terminal/terminalrc change the line with MiscDefaultGeometry, to (for example): MiscDefaultGeometry=X*Y*Z to your default size

share|improve this answer
This is not working at xfce 4.10. New terminals totally ignores this setting – palmic yesterday

+1 for editing the conf file.

It's also possible the clicky-way: Preferences > Appearance : Opening New Window : Default Geometry columns/ rows

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.