openbox window decoration too small

From thelinuxwiki
Revision as of 03:55, 6 May 2016 by Nighthawk (Talk | contribs)

Jump to: navigation, search

openbox default font sizes too small

openbox windowdecorsize-toosmall.jpeg

openbox config file:

~/.config/openbox/rc.xml

default font sizes

$ cat ~/.config/openbox/rc.xml | grep -E "<size>.*</size>"
     <size>8</size>
     <size>8</size>
     <size>9</size>
     <size>9</size>
     <size>9</size>
     <size>9</size>

solution

the above settings were changed... 8 to 12 and 9 to 14, then the xsession was restarted. upon login issues is fixed. font size is much better.

openbox windowdecorsize-fixed.jpeg