/usr/share/openmsx/skins/fancy/skin.tcl is in openmsx-data 0.10.0-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | set xbase 0
set ybase 32
set xwidth 25
set yheight 30
set xspacing 32
set yspacing 32
set scale 4
set fade_delay 0 ;#no fading
set position "left" ;#don't allow to override the position
|