#============================================================
# ץե
#
#
# ʲΤ줫򥢥󥳥Ȥ뤳Ȥͭˤʤޤ
#
#============================================================

#
# ɸΥơ
#
#.include "themes/MudGolem/rc"
#.include "themes/eBlueSteel/rc"
#.include "themes/twm/rc"
#.include "themes/AbsoluteE/rc"
.include "themes/microGUI/rc"

#
# ɲåơ(golem-themes)
#
#.include "mythemes/BeOS/rc"
#.include "mythemes/aCow/rc"
#.include "mythemes/Wasser/rc"
#.include "mythemes/BlueishGreen/rc"
#.include "mythemes/BlueWinter/rc"
#.include "mythemes/alberto/rc"
#.include "mythemes/alberto-dark/rc"
#.include "mythemes/aubergine/rc"
#.include "mythemes/basic/rc"
#.include "mythemes/blackline/rc"
#.include "mythemes/blue-base/rc"
#.include "mythemes/boxed/rc"
#.include "mythemes/btb/rc"
#.include "mythemes/btbc/rc"
#.include "mythemes/RedCorners/rc"

#
# ɲåơ(golem-themes-extra)
#
#.include "mythemes/cyan_stars/rc"
#.include "mythemes/dawn/rc"
#.include "mythemes/focused/rc"
#.include "mythemes/forced_perspective/rc"
#.include "mythemes/hackt/rc"
#.include "mythemes/kristall/rc"
#.include "mythemes/mellow/rc"
#.include "mythemes/metal_clasp/rc"
#.include "mythemes/mwm/rc"
#.include "mythemes/nextish/rc"
#.include "mythemes/photon/rc"
#.include "mythemes/pillage/rc"
#.include "mythemes/quake/rc"
#.include "mythemes/slimline/rc"
#.include "mythemes/unbutton/rc"
#.include "mythemes/whiteline/rc"
#.include "mythemes/xpansion/rc"
#.include "mythemes/xpansion-black/rc"

#
# Define general options.
#
options {
	# ۥǥȥåפο
	desktop_count		4;
	desktop_width		1;
	desktop_height		1;
	fullscreen_zoom		true;
	opaquemove		false;

	# use to change the color/width of the line used to draw
	# winboxes.
	#linewidth		3;
	#linefg			"green";

	#
	# placement works in golem by using a placement type,
	# such as placement_smart or placement_random, and then
	# optionally using interactivity just before placing the
	# window, which allows for hybrid-manual placement styles.
	#
	placement		placement_smart;
	place_nonzeros		false;
	place_transients	false;

	# uncomment this and use it with the settings above to try a
	# hybrid-manual style: the window is placed using placement_smart
	# and then you are given interact_timeout time to place it, or it'll
	# go where it is.
	#place_interactive	true;
	#interact_timeout	300000;

	#
        # twmΤ褦ʼư֤ͭˤޤ
	# 
	#placement		placement_pointer;
	#place_nonzeros		true;
	#place_transients	true;
	#place_interactive	true;
	#interact_timeout	0;

	#
	# ե
	#
	focus			focus_sloppy;
	#focus			focus_pointer;
	#focus_new		true;
	#focus			focus_click;

	# should golem try to use MITSHM to store ximages
	wantmitshm		true;

	# on slower machines you'll want to turn this off
	#workspace_slide	false;

	# use this to make the resizing automatically bind to
	# the corner that the mouse is closest too
	#relative_resize	true;

	# when compiled with xinerama, this option causes the
	# windowmanager to modify the position of windows that
	# request a toplevel mapping that falls across two or
	# more monitors to try to put the window in only one
	# monitor; this option is ineffectual if both
	# place_transients and place_nonzeros are enabled.
	#xinerama_correctloc	true;
}

# 
# ܡɥ硼ȥåȤ
#
.include "golemkeyrc"

#
# Plugin loading, we include from rc files, so we don't
# make a huge mess here.  Note that plugins are operated
# on in the order that they were loaded; so, for instance,
# you should choose order of precedence by putting
# wmclass_defs after mwm_hints if you want it to override
# what mwmhints has set.
#
.include "plugins/pier/rc"
.include "plugins/simple_menus/rc"
.include "plugins/pager/rc"
.include "plugins/box_iconify/rc"
.include "plugins/animations/rc"
.include "plugins/mwm_hints/rc"

# other plugins you may be interested in
.include "plugins/sound/rc"
#.include "plugins/gnome/rc"
.include "plugins/setroot/rc"
.include "plugins/wmclass_defs/rc"
.include "plugins/taskbar/rc"
.include "plugins/start_slide/rc"
.include "plugins/tasklist/rc"
