Difference between revisions of "openbox window decoration too small"

From thelinuxwiki
Jump to: navigation, search
(Created page with " ~/.config/openbox/rc.xml $ cat ~/.config/openbox/rc.xml | grep -E "<size>.*</size>" <size>8</size> <size>8</size> <size>9</size> <size>9</size> ...")
 
Line 1: Line 1:
  
 +
==openbox default font sizes too small==
 +
[[file:openbox_windowdecorsize-toosmall.jpeg]]
  
 +
openbox config file:
  
 
~/.config/openbox/rc.xml
 
~/.config/openbox/rc.xml
  
 +
default font sizes
 
  $ cat ~/.config/openbox/rc.xml | grep -E "<size>.*</size>"
 
  $ cat ~/.config/openbox/rc.xml | grep -E "<size>.*</size>"
 
       <size>8</size>
 
       <size>8</size>
Line 11: Line 15:
 
       <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.
 +
 +
[[file:openbox_windowdecorsize-fixed.jpeg]]
  
 
[[category:desktop environment]]
 
[[category:desktop environment]]
 
[[category:lxqt]]
 
[[category:lxqt]]

Revision as of 03:55, 6 May 2016

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