Rox and gtk frame border thickness - how to modify globally!

For discussions about programming, programming questions/advice, and projects that don't really have anything to do with Puppy.
Post Reply
Message
Author
stemsee

Rox and gtk frame border thickness - how to modify globally!

#1 Post by stemsee »

Rox and yad boxes are drawn using gtk apparently, but I need to change the default edge thicknesses to make easier for touchscreen usage. Is there a global config file that can do that? If not, how to set one up?

User avatar
MochiMoppel
Posts: 2084
Joined: Wed 26 Jan 2011, 09:06
Location: Japan

#2 Post by MochiMoppel »

"Rox box"?

stemsee

#3 Post by stemsee »

Rox filer opens directories, is that a panel, window or box looks like a box/square/rectangle to me!

Regardless!

How increase the outermost edge line thickness of windows/boxes and the like, globally for ease of finger on touch screen resizing?

User avatar
MochiMoppel
Posts: 2084
Joined: Wed 26 Jan 2011, 09:06
Location: Japan

#4 Post by MochiMoppel »

Depends on your window manager. For JWM you need to set the width property of <WindowStyle>. e.g.:

<WindowStyle>
<Width>15</Width>
</WindowStyle>

Post Reply