1# 04/24/2003 updated by Sasha Vasko <sasha@aftercode.net>
2# 02/17/1998 (GPLed) by Guylhem Aznar <guylhem@oeil.qc.ca>
3
4              ###########################################
5              # AfterStep 2.0     Default Configuration #
6              ###########################################
7
8##########################################################################
9# Directories
10#
11ModulePath		@bindir@
12IconPath		@x_includes@/X11/bitmaps/
13FontPath                @with_afterdir@/desktop/fonts/:@datarootdir@/afterstep/desktop/fonts/:/usr/share/fonts/default/TrueType/:/usr/share/fonts/truetype/freefont/:@x_libraries@/X11/fonts/TTF
14PixmapPath		@with_afterdir@/desktop/icons/:@datarootdir@/afterstep/desktop/icons/:@with_afterdir@/desktop/:@datarootdir@/afterstep/desktop/:@with_afterdir@/desktop/buttons/:@datarootdir@/afterstep/desktop/buttons/:@with_afterdir@/backgrounds/:@datarootdir@/afterstep/backgrounds/:@x_includes@/X11/pixmaps/:/usr/share/pixmaps/:/usr/share/icons/:/usr/share/app-install/icons
15CursorPath              @with_afterdir@/desktop/cursors:@datarootdir@/afterstep/desktop/cursors
16*ScriptPath		@with_afterdir@/scripts/:@datarootdir@/afterstep/scripts/
17IconTheme oxygen
18
19#
20##########################################################################
21
22# This sets the size of the virtual desktop :
23DeskTopSize @with_deskgeometry@
24
25#this will cause AfterStep to kill old instance of the module with the same name,
26#whenever new one comes up. Allowed values are :
27#   0 - let there be many modules with the same name  (default)
28#   1 - kill old module with the same name
29#   2 - kill new module with the same name
30NoModuleNameCollisions 1
31
32
33# Uncomment this if you run X remotely, or have issues with shared memory :
34#DisableSharedMemory
35
36# Selects terminal emulator to be used by AfterStep with ExecInTerm command:
37#TermCommand 0  urxvt
38#TermCommand 1  aterm
39#TermCommand 2  rxvt
40#TermCommand 3  xterm
41#
42# Selects web browser to be used by AfterStep with ExecBrowser command:
43#BrowserCommand 0  firefox
44#BrowserCommand 1  mozilla
45#
46# Selects text editor will be used by AfterStep with ExecEditor command:
47#EditorCommand 0  nedit
48#EditorCommand 1  xemacs
49
50##########################################################################
51# Pager
52#
53DeskTopScale 32
54#
55##########################################################################
56
57# comment this to enable KDE apps having same color scheme as AfterStep :
58DisableKDEGlobalsTheming
59
60# comment these to disable GTK apps using same color scheme as afterstep :
61# ( overwrites any existing file with the same name - backup those if you
62#   need them )
63gtkrcPath	~/.gtkrc_afterstep
64gtkrc20Path	~/.gtkrc-2.0_afterstep
65
66