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