Page 1 of 1

[solved]Larger font in ratpoison

Posted: 9. Oct 2011, 15:45
by ink3
Hello
I installed on my xfce-salixos package ratpoison.
I'd like to change fonts in ratpoiosn.
I copy from /etc/skel .ratpoisonrc and put

Code: Select all

set font "Terminus-18"
but I haven't larger font in vimprobable2 and terminal.

Does that mean I have to set the font size in each program separately?

Re: Larger font in ratpoison

Posted: 9. Oct 2011, 17:51
by fredg
To manage your fonts options you have 2 files that need some attention:
~/.gtkrc-2.0
~/.Xresources

In ~/.gtkrc-2.0, you can add, for example:
gtk-font-name = "DejaVu Sans 10"

In ~/.Xressources
xterm font are already set, change it;

++

Re: Larger font in ratpoison

Posted: 10. Oct 2011, 06:22
by ink3
good:)
Is possible resize windows in ratpoison version?
I try C-t r and nothing. I read that I need unstable version.
As this is?

Re: Larger font in ratpoison

Posted: 10. Oct 2011, 08:25
by mimosa
That's C-t C-r. C-t r gives you the menu. Resize using arrows, then C-t again when you have the size you want.

Obviously, you have to be working with split windows - just one window fills the screen, by definition.

Re: Larger font in ratpoison

Posted: 14. Oct 2011, 06:32
by ink3
It's work! thx :)