summaryrefslogtreecommitdiffstats
path: root/abs/core/wmaker_settings/GNUstep/Defaults
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-12-07 19:40:39 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-12-07 19:40:39 (GMT)
commitf441710103513f9621672152b889bfda7f50f064 (patch)
treeacbcec242d3444383c46162dd27d964c1eeac9e4 /abs/core/wmaker_settings/GNUstep/Defaults
parentf57e609997d91dbdfaa2e18b1e6e7e95876831bc (diff)
downloadlinhes_pkgbuild-f441710103513f9621672152b889bfda7f50f064.zip
linhes_pkgbuild-f441710103513f9621672152b889bfda7f50f064.tar.gz
linhes_pkgbuild-f441710103513f9621672152b889bfda7f50f064.tar.bz2
tilda, wmaker e16 settings: move /reneame to their proper place in the tree.
Diffstat (limited to 'abs/core/wmaker_settings/GNUstep/Defaults')
-rw-r--r--abs/core/wmaker_settings/GNUstep/Defaults/WMGLOBAL10
-rw-r--r--abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu213
-rw-r--r--abs/core/wmaker_settings/GNUstep/Defaults/WMState144
-rw-r--r--abs/core/wmaker_settings/GNUstep/Defaults/WMWindowAttributes25
-rw-r--r--abs/core/wmaker_settings/GNUstep/Defaults/WPrefs30
-rw-r--r--abs/core/wmaker_settings/GNUstep/Defaults/WindowMaker95
6 files changed, 517 insertions, 0 deletions
diff --git a/abs/core/wmaker_settings/GNUstep/Defaults/WMGLOBAL b/abs/core/wmaker_settings/GNUstep/Defaults/WMGLOBAL
new file mode 100644
index 0000000..f087044
--- /dev/null
+++ b/abs/core/wmaker_settings/GNUstep/Defaults/WMGLOBAL
@@ -0,0 +1,10 @@
+{
+ SystemFont = "Sans";
+ BoldSystemFont = "Sans:bold";
+ DefaultFontSize = 11;
+ AntialiasedText = Yes;
+ FloppyPath = "/media/floppy";
+ DoubleClickTime = 250;
+ MouseWheelUp = Button4;
+ MouseWheelDown = Button5;
+}
diff --git a/abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu b/abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu
new file mode 100644
index 0000000..508c70e
--- /dev/null
+++ b/abs/core/wmaker_settings/GNUstep/Defaults/WMRootMenu
@@ -0,0 +1,213 @@
+(
+ Applications,
+ (
+ Info,
+ ("Info Panel", INFO_PANEL),
+ (Legal, LEGAL_PANEL),
+ ("System Console", EXEC, xconsole),
+ ("System Load", SHEXEC, "xosview || xload"),
+ ("Process List", EXEC, "xterm -e top"),
+ ("Manual Browser", EXEC, xman)
+ ),
+ (Run..., EXEC, "%a(Run,Type command to run:)"),
+ (XTerm, EXEC, "xterm -sb"),
+ ("Mozilla Firefox", EXEC, firefox),
+ (Workspaces, WORKSPACE_MENU),
+ (
+ Applications,
+ (Gimp, SHEXEC, "gimp >/dev/null"),
+ (Ghostview, EXEC, "ghostview %a(Enter file to view)"),
+ (Xpdf, EXEC, "xpdf %a(Enter PDF to view)"),
+ (Abiword, EXEC, abiword),
+ (Dia, EXEC, dia),
+ (
+ OpenOffice.org,
+ (OpenOffice.org, EXEC, ooffice),
+ (Writer, EXEC, oowriter),
+ (Spreadsheet, EXEC, oocalc),
+ (Draw, EXEC, oodraw),
+ (Impress, EXEC, ooimpress)
+ ),
+ (
+ Editors,
+ (XEmacs, EXEC, xemacs),
+ (Emacs, EXEC, emacs),
+ (XJed, EXEC, xjed),
+ (VI, EXEC, "xterm -e vi"),
+ (GVIM, EXEC, gvim),
+ (NEdit, EXEC, nedit),
+ (Xedit, EXEC, xedit)
+ ),
+ (
+ Multimedia,
+ (
+ XMMS,
+ (XMMS, EXEC, xmms),
+ ("XMMS play/pause", EXEC, "xmms -t"),
+ ("XMMS stop", EXEC, "xmms -s")
+ ),
+ ("Xine video player", EXEC, xine),
+ (MPlayer, EXEC, mplayer)
+ )
+ ),
+ (
+ Utils,
+ (Calculator, EXEC, xcalc),
+ (
+ "Window Properties",
+ SHEXEC,
+ "xprop | xmessage -center -title 'xprop' -file -"
+ ),
+ ("Font Chooser", EXEC, xfontsel),
+ (Magnify, EXEC, wmagnify),
+ (Colormap, EXEC, xcmap),
+ ("Kill X Application", EXEC, xkill)
+ ),
+ (
+ Selection,
+ (Copy, SHEXEC, "echo '%s' | wxcopy"),
+ ("Mail To", EXEC, "xterm -name mail -T Pine -e pine %s"),
+ (Navigate, EXEC, "mozilla %s"),
+ ("Search in Manual", EXEC, "MANUAL_SEARCH(%s)")
+ ),
+ (
+ Commands,
+ ("Hide Others", HIDE_OTHERS),
+ ("Show All", SHOW_ALL),
+ ("Arrange Icons", ARRANGE_ICONS),
+ (Refresh, REFRESH),
+ (Lock, EXEC, "xlock -allowroot -usefirst")
+ ),
+ (
+ Appearance,
+ (
+ Themes,
+ OPEN_MENU,
+ "-noext /usr/share/WindowMaker/Themes $HOME/GNUstep/Library/WindowMaker/Themes WITH setstyle"
+ ),
+ (
+ Styles,
+ OPEN_MENU,
+ "-noext /usr/share/WindowMaker/Styles $HOME/GNUstep/Library/WindowMaker/Styles WITH setstyle"
+ ),
+ (
+ "Icon Sets",
+ OPEN_MENU,
+ "-noext /usr/share/WindowMaker/IconSets $HOME/GNUstep/Library/WindowMaker/IconSets WITH seticons"
+ ),
+ (
+ Background,
+ (
+ Solid,
+ (Black, EXEC, "wdwrite WindowMaker WorkspaceBack '(solid, black)'"),
+ (
+ Blue,
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(solid, \"#505075\")'"
+ ),
+ (
+ Indigo,
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(solid, \"#243e6c\")'"
+ ),
+ (
+ Bluemarine,
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(solid, \"#224477\")'"
+ ),
+ (
+ Purple,
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(solid, \"#554466\")'"
+ ),
+ (
+ Wheat,
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(solid, wheat4)'"
+ ),
+ (
+ "Dark Gray",
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(solid, \"#333340\")'"
+ ),
+ (
+ Wine,
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(solid, \"#400020\")'"
+ )
+ ),
+ (
+ Gradient,
+ (
+ Sunset,
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(mvgradient, deepskyblue4, black, deepskyblue4, tomato4)'"
+ ),
+ (
+ Sky,
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(vgradient, blue4, white)'"
+ ),
+ (
+ "Blue Shades",
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#7080a5\", \"#101020\")'"
+ ),
+ (
+ "Indigo Shades",
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#746ebc\", \"#242e4c\")'"
+ ),
+ (
+ "Purple Shades",
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#654c66\", \"#151426\")'"
+ ),
+ (
+ "Wheat Shades",
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#a09060\", \"#302010\")'"
+ ),
+ (
+ "Grey Shades",
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#636380\", \"#131318\")'"
+ ),
+ (
+ "Wine Shades",
+ EXEC,
+ "wdwrite WindowMaker WorkspaceBack '(vgradient, \"#600040\", \"#180010\")'"
+ )
+ ),
+ (
+ Images,
+ OPEN_MENU,
+ "-noext /usr/share/WindowMaker/Backgrounds $HOME/GNUstep/Library/WindowMaker/Backgrounds WITH wmsetbg -u -t"
+ )
+ ),
+ (
+ "Save Theme",
+ SHEXEC,
+ "getstyle -t $HOME/GNUstep/Library/WindowMaker/Themes/\"%a(Theme name)\""
+ ),
+ (
+ "Save IconSet",
+ SHEXEC,
+ "geticonset $HOME/GNUstep/Library/WindowMaker/IconSets/\"%a(IconSet name)\""
+ ),
+ (
+ "Preferences Utility",
+ EXEC,
+ "/usr/local/GNUstep/Applications/WPrefs.app/WPrefs"
+ )
+ ),
+ (
+ Session,
+ ("Save Session", SAVE_SESSION),
+ ("Clear Session", CLEAR_SESSION),
+ ("Restart Window Maker", RESTART),
+ ("Start BlackBox", RESTART, blackbox),
+ ("Start IceWM", RESTART, icewm),
+ (Exit, EXIT)
+ )
+)
diff --git a/abs/core/wmaker_settings/GNUstep/Defaults/WMState b/abs/core/wmaker_settings/GNUstep/Defaults/WMState
new file mode 100644
index 0000000..39a2ac4
--- /dev/null
+++ b/abs/core/wmaker_settings/GNUstep/Defaults/WMState
@@ -0,0 +1,144 @@
+{
+ Dock = {
+ Lowered = Yes;
+ Position = "-64,0";
+ Applications1600 = (
+ {
+ Name = Logo.WMDock;
+ Lock = No;
+ AutoLaunch = No;
+ Command = "-";
+ Position = "0,0";
+ Forced = No;
+ BuggyApplication = No;
+ },
+ {
+ PasteCommand = tvterm.sh;
+ Name = xterm.XTerm;
+ Lock = No;
+ AutoLaunch = No;
+ Command = xterm;
+ Position = "0,1";
+ Forced = No;
+ BuggyApplication = No;
+ },
+ {
+ Name = groupLeader.WPrefs;
+ Lock = Yes;
+ AutoLaunch = No;
+ Command = "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs";
+ Position = "0,2";
+ Forced = No;
+ BuggyApplication = No;
+ },
+ {
+ PasteCommand = "/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log %s";
+ Name = mythfrontend.Mythfrontend;
+ Lock = Yes;
+ AutoLaunch = No;
+ Command = "/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log";
+ Position = "0,3";
+ Forced = No;
+ BuggyApplication = No;
+ }
+ );
+ Applications = (
+ {
+ Name = Logo.WMDock;
+ Lock = No;
+ AutoLaunch = No;
+ Command = "-";
+ Position = "0,0";
+ Forced = No;
+ BuggyApplication = No;
+ },
+ {
+ PasteCommand = tvterm.sh;
+ Name = xterm.XTerm;
+ Lock = No;
+ AutoLaunch = No;
+ Command = xterm;
+ Position = "0,1";
+ Forced = No;
+ BuggyApplication = No;
+ },
+ {
+ Name = groupLeader.WPrefs;
+ Lock = Yes;
+ AutoLaunch = No;
+ Command = "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs";
+ Position = "0,2";
+ Forced = No;
+ BuggyApplication = No;
+ },
+ {
+ PasteCommand = "/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log %s";
+ Name = mythfrontend.Mythfrontend;
+ Lock = Yes;
+ AutoLaunch = No;
+ Command = "/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log";
+ Position = "0,3";
+ Forced = No;
+ BuggyApplication = No;
+ }
+ );
+ };
+ Clip = {
+ Name = Logo.WMClip;
+ Lock = No;
+ AutoLaunch = No;
+ Command = "-";
+ Position = "2496,1536";
+ Forced = No;
+ BuggyApplication = No;
+ };
+ Workspace = "Workspace 2";
+ Workspaces = (
+ {
+ Clip = {
+ AutoAttractIcons = No;
+ AutoCollapse = No;
+ Lowered = Yes;
+ Collapsed = No;
+ AutoRaiseLower = No;
+ Applications = ();
+ };
+ Name = Main;
+ },
+ {
+ Clip = {
+ AutoAttractIcons = No;
+ AutoCollapse = No;
+ Lowered = Yes;
+ Collapsed = No;
+ AutoRaiseLower = No;
+ Applications = ();
+ };
+ Name = "Workspace 2";
+ },
+ {
+ Clip = {
+ AutoAttractIcons = No;
+ AutoCollapse = No;
+ Lowered = Yes;
+ Collapsed = No;
+ AutoRaiseLower = No;
+ Applications = ();
+ };
+ Name = "Workspace 3";
+ }
+ );
+ Applications = (
+ {
+ Hidden = No;
+ Dock = Dock;
+ ShortcutMask = 0;
+ Name = mythfrontend.Mythfrontend;
+ Workspace = Main;
+ Geometry = "2560x1600+0+0";
+ Shaded = No;
+ Command = "/usr/bin/mythfrontend -d -l /var/log/mythtv/mythfrontend.log";
+ Miniaturized = No;
+ }
+ );
+}
diff --git a/abs/core/wmaker_settings/GNUstep/Defaults/WMWindowAttributes b/abs/core/wmaker_settings/GNUstep/Defaults/WMWindowAttributes
new file mode 100644
index 0000000..d359650
--- /dev/null
+++ b/abs/core/wmaker_settings/GNUstep/Defaults/WMWindowAttributes
@@ -0,0 +1,25 @@
+{
+ xterm.XTerm = {
+ NoAppIcon = Yes;
+ Icon = Terminal.tiff;
+ };
+ mythfrontend.Mythfrontend = {
+ Icon = Speaker.png;
+ };
+ groupLeader.WPrefs = {
+ Icon = "/usr/lib/GNUstep/Applications/WPrefs.app/WPrefs.tiff";
+ };
+ licensedialog.Opera = {
+ Icon = "/home/mythtv/GNUstep/Library/WindowMaker/CachedPixmaps/licensedialog.Opera.xpm";
+ };
+ tilda.Tilda = {
+ NoResizebar = Yes;
+ NoAppIcon = Yes;
+ Icon = xterm_48x48.xpm;
+ KeepOnTop = Yes;
+ NoCloseButton = Yes;
+ NoTitlebar = Yes;
+ NoMiniaturizeButton = Yes;
+ Omnipresent = Yes;
+ };
+}
diff --git a/abs/core/wmaker_settings/GNUstep/Defaults/WPrefs b/abs/core/wmaker_settings/GNUstep/Defaults/WPrefs
new file mode 100644
index 0000000..081b964
--- /dev/null
+++ b/abs/core/wmaker_settings/GNUstep/Defaults/WPrefs
@@ -0,0 +1,30 @@
+{
+ NoXSetStuff = NO;
+ ColorList = (
+ "#000000",
+ "#292929",
+ "#525252",
+ "#848484",
+ "#adadad",
+ "#d6d6d6",
+ "#ffffff",
+ "#d6d68c",
+ "#d6a57b",
+ "#8cd68c",
+ "#8cd6ce",
+ "#d68c8c",
+ "#8c9cd6",
+ "#bd86d6",
+ "#d68cbd",
+ "#d64a4a",
+ "#4a5ad6",
+ "#4ad6ce",
+ "#4ad65a",
+ "#ced64a",
+ "#d6844a",
+ "#8ad631",
+ "#ce29c6",
+ "#ce2973"
+ );
+ TextureList = ();
+}
diff --git a/abs/core/wmaker_settings/GNUstep/Defaults/WindowMaker b/abs/core/wmaker_settings/GNUstep/Defaults/WindowMaker
new file mode 100644
index 0000000..426545f
--- /dev/null
+++ b/abs/core/wmaker_settings/GNUstep/Defaults/WindowMaker
@@ -0,0 +1,95 @@
+{
+ RaiseAppIconsWhenBouncing = NO;
+ HighlightColor = gray70;
+ CycleWorkspaces = YES;
+ BounceAppIconsWhenUrgent = NO;
+ AntialiasedText = YES;
+ MenuTitleExtendSpace = 0;
+ MenuTextFont = "helvetica:pixelsize=18";
+ UTitleBack = (spixmap, "/usr/share/WindowMaker/Themes/linhes.themed/bar.jpg", gray30);
+ MoveResizeKey = None;
+ GroupNextKey = None;
+ NormalCursor = (builtin, left_ptr);
+ PTitleBack = (spixmap, "/usr/share/WindowMaker/Themes/linhes.themed/bar.jpg", gray30);
+ WindowShortcut10Key = None;
+ PixmapPath = (
+ "/home/mythtv/GNUstep/Library/WindowMaker/Pixmaps",
+ "/home/mythtv/GNUstep/Library/WindowMaker/Backgrounds",
+ "/usr/share/WindowMaker/Pixmaps",
+ "/usr/share/WindowMaker/Backgrounds",
+ "/usr/X11R6/include/X11/pixmaps",
+ "/usr/local/share/pixmaps",
+ "/usr/share/pixmaps"
+ );
+ WindowTitleFont = "helvetica:bold:pixelsize=18";
+ MenuDisabledColor = gray30;
+ ClipTitleFont = "helvetica:bold:pixelsize=12";
+ MenuTextBack = (
+ spixmap,
+ "/usr/share/WindowMaker/Themes/linhes.themed/menutext.jpg",
+ gray30
+ );
+ MenuStyle = normal;
+ MinimizeAllKey = None;
+ MenuTitleBack = (spixmap, "/usr/share/WindowMaker/Themes/linhes.themed/bar.jpg", gray30);
+ IconBack = (spixmap, "/usr/share/WindowMaker/Themes/linhes.themed/tile.jpg", black);
+ DisplayFont = "helvetica:pixelsize=12";
+ FTitleBack = (spixmap, "/usr/share/WindowMaker/Themes/linhes.themed/bar.jpg", gray30);
+ WindowShortcut1Key = None;
+ WindowShortcut2Key = None;
+ WindowTitleExtendSpace = 0;
+ UseSaveUnders = YES;
+ WindowShortcut3Key = None;
+ ToggleKbdModeKey = None;
+ ShowClipTitle = NO;
+ ResizebarBack = (spixmap, "/usr/share/WindowMaker/Themes/linhes.themed/bar.jpg", gray30);
+ WindowShortcut4Key = None;
+ MenuTextColor = white;
+ MaximusKey = None;
+ HighlightTextColor = black;
+ WindowShortcut5Key = None;
+ MenuTitleFont = "helvetica:bold:pixelsize=18";
+ MenuTitleColor = white;
+ WindowShortcut6Key = None;
+ WorkspaceNameDisplayPosition = top;
+ LargeDisplayFont = "courier:bold:pixelsize=48";
+ MenuTextExtendSpace = 0;
+ WindowShortcut7Key = None;
+ FTitleColor = white;
+ WorkspaceBack = (
+ spixmap,
+ "/usr/share/WindowMaker/Themes/linhes.themed/background.png",
+ gray20
+ );
+ RHMaximizeKey = None;
+ IconTitleFont = "helvetica:pixelsize=8";
+ HideOthersKey = None;
+ NextWorkspaceKey = "Control+Tab";
+ UTitleColor = gray70;
+ IconPath = (
+ "/home/mythtv/GNUstep/Library/Icons",
+ "/usr/share/WindowMaker/Icons",
+ "/usr/share/WindowMaker/Pixmaps",
+ "/usr/X11R6/include/X11/pixmaps",
+ "/home/mythtv/GNUstep/Library/WindowMaker/Pixmaps",
+ "/usr/share/icons",
+ "/usr/local/share/pixmaps",
+ "/usr/share/pixmaps"
+ );
+ PTitleColor = white;
+ NewStyle = new;
+ CycleActiveHeadOnly = NO;
+ SingleClickLaunch = NO;
+ GroupPrevKey = None;
+ LHMaximizeKey = None;
+ CClipTitleColor = gray70;
+ TitleJustify = left;
+ WindowShortcut8Key = None;
+ ScreenSwitchKey = None;
+ ClipTitleColor = white;
+ WindowShortcut9Key = None;
+ IconTitleBack = gray30;
+ IconTitleColor = white;
+ HMaximizeKey = None;
+ DisableBlinking = NO;
+}