{ Panel = { Menu = { /* Info: Menu */ Info = _("Menu"); Icon = "menu.xpm"; Type = SINGLE; }; Appearance = { /* Info: Appearance */ Info = _("Appearance"); Icon = "appearance.xpm"; Type = { Workspace = { /* Info: Workspace */ Info = _("Workspace"); Icon = "workspace.xpm"; Type = SINGLE; }; Tiles = { /* Info: Tiles */ Info = _("Tiles"); Icon = "tiles.xpm"; Type = { Icons = { /* Info: Icons */ Info = _("Dock and Clip"); Type = SINGLE; }; Miniwindows = { /* Info: Miniwindows */ Info = _("Miniwindows"); Type = SINGLE; }; }; }; Windows = { /* Info: Windows */ Info = _("Windows"); Icon = "titlebar.xpm"; Type = { Focused = { /* Info: Focused */ Info = _("Focused titlebar"); Type = SINGLE; }; Unfocused = { /* Info: Unfocused */ Info = _("Unfocused titlebar"); Type = SINGLE; }; Parent = { /* Info: Parent */ Info = _("Parent titlebar"); Type = SINGLE; }; Resizebar = { /* Info: Resizebar */ Info = _("Resizebar"); Type = SINGLE; }; Widget = { /* Info: Widget */ Info = _("Titlebuttons"); Type = SINGLE; }; }; }; Menu = { /* Info: Menu */ Info = _("Menu"); Icon = "menustyle.xpm"; Type = { Title = { /* Info: Title */ Info = _("Menutitle"); Type = SINGLE; }; Text = { /* Info: Text */ Info = _("Menuitem"); Type = SINGLE; }; }; }; }; }; Themes = { /* Info: Themes */ Info = _("Themes"); Icon = "themes.xpm"; Type = SINGLE; }; Shortcuts = { /* Info: Shortcuts */ Info = _("Shortcuts"); Icon = "shortcuts.xpm"; Type = SINGLE; }; Mouse = { /* Info: Mouse */ Info = _("Mouse"); Type = SINGLE; Icon = "mouse.xpm"; }; Windows = { /* Info: Windows */ Info = _("Window\nhandling"); Type = SINGLE; Icon = "windows.xpm"; }; Workspace = { /* Info: Workspace */ Info = _("Workspace"); Type = SINGLE; Icon = "desktop.xpm"; }; Effects = { /* Info: Effects */ Info = _("Special\neffects"); Type = SINGLE; Icon = "effects.xpm"; }; Paths = { /* Info: Paths */ Info = _("Paths"); Icon = "paths.xpm"; Type = SINGLE; }; Misc = { /* Info: Misc */ Info = _("Misc"); Type = SINGLE; Icon = "misc.xpm"; }; }; WindowMaker = { NoWindowUnderDock = { Type = Bool; Group = "Windows"; /* Title: NoWindowUnderDock */ Title = _("Prevent windows from getting themselves under the dock when maximized"); Default = No; Range = (); }; NoWindowOverIcons = { Type = Bool; Group = "Windows"; /* Title: NoWindowOverIcons */ Title = _("Prevent windows from overlapping minimized windows when maximized"); Default = No; Range = (); }; OpenTransientOnOwnerWorkspace = { Type = Bool; Group = "Windows"; /* Title: OpenTransientOnOwnerWorkspace */ Title = _("Open dialog windows on the workspace of the owner rather than on the current workspace"); Default = No; Range = (); }; CirculateRaise = { Type = Bool; Group = "Windows"; /* Title: CirculateRaise */ Title = _("Raise windows as you cycle through them using the keyboard"); Default = No; Range = (); }; WindozeCycling = { Type = Bool; Group = "Windows"; /* Title: WindozeCycling */ Title = _("Use the Windoze style when cycling through windows with the `focus next window' shortcut"); Default = No; Range = (); }; PopupSwitchMenu = { Type = Bool; Group = "Windows"; /* Title: PopupSwitchMenu */ Title = _("Popup the window list as you cycle through windows (only if Windoze cycling is enabled)"); Default = No; Range = (); }; AutoFocus = { Type = Bool; Group = "Windows"; /* Title: AutoFocus */ Title = _("Automatically give focus to a window when it is mapped"); Default = Yes; Range = (); }; FocusMode = { Type = String; Group = "Windows"; /* Title: FocusMode */ Title = _("Window Focus Mode: "); Default = Manual; Range = (SemiAuto, Manual); /* RangeInfo: FocusMode */ RangeInfo = (_("The window currently being pointed to has focus (sloppy focus)"), _("Click on the window to focus it") }; RaiseDelay = { Type = Int; Group = "Windows"; /* Title: RaiseDelay */ Title = _("Delay in milliseconds before a newly focused window is raised: "); Default = 0; Range = (0, 2048); }; ColormapMode = { Type = String; Group = "Windows"; /* Title: ColormapMode */ Title = _("Which application should get the most colors: "); Default = Auto; Range = (Auto, Manual); /* RangeInfo: ColormapMode */ RangeInfo = (_("The window currently being pointed to"), _("The window clicked onto") }; WindowPlacement = { Type = String; Group = "Windows"; /* Title: WindowPlacement */ Title = _("How to place newly mapped windows: "); Default = Cascade; Range = (Cascade, Auto, Smart, Manual, Random); /* RangeInfo: WindowPlacement */ RangeInfo = (_("Use a cascading effect"), _("Place window in the free space"), _("Place window in the best free space"), _("Let user place the window manually"), _("Place window at a random position") }; WindowPlaceOrigin = { Type = Int; Group = "Windows"; /* Title: WindowPlaceOrigin */ Title = _("Offset (x, y) between windows in cascade placement mode: "); Default = (64, 64); Range = (0, 256, 0, 256); }; AdvanceToNewWorkspace = { Type = Bool; Group = "Workspace"; /* Title: AdvanceToNewWorkspace */ Title = _("Generate a new workspace when trying to advance from the last workspace"); Default = Yes; Range = (); }; CycleWorkspaces = { Type = Bool; Group = "Workspace"; /* Title: CycleWorkspaces */ Title = _("Jump to the first workspace when trying to advance from the last workspace (and vice-versa)"); Default = No; Range = (); }; DontLinkWorkspaces = { Type = IBool; Group = "Workspace"; /* Title: DontLinkWorkspaces */ Title = _("Automatically switch to next/previous workspace when dragging a window to the screen edge"); Default = No; Range = (); }; DisableClip = { Type = IBool; Group = "Workspace"; /* Title: DisableClip */ Title = _("Open application clip on startup (startup option)"); Default = No; Range = (); }; DisableDock = { Type = IBool; Group = "Workspace"; /* Title: DisableDock */ Title = _("Open application dock on startup (startup option)"); Default = No; Range = (); }; DisableMiniwindows = { Type = IBool; Group = "Workspace"; /* Title: DisableMiniwindows */ Title = _("Show minimized windows (startup option)"); Default = No; Range = (); }; AutoArrangeIcons = { Type = Bool; Group = "Workspace"; /* Title: AutoArrangeIcons */ Title = _("Automatically arrange minimized windows if required"); Default = No; Range = (); }; StickyIcons = { Type = IBool; Group = "Workspace"; /* Title: StickyIcons */ Title = _("Show minimized windows only on the workspace on which they have been minimized"); Default = No; Range = (); }; DisableBlinking = { Type = IBool; Group = "Workspace"; /* Title: DisableBlinking */ Title = _("Show marching ants animation when minimized windows are selected"); Default = No; Range = (); }; Attraction = { Type = Bool; Group = "Workspace"; /* Title: Attraction */ Title = _("Attract a window by the borders of visible windows (or screen) when moved"); Default = No; Range = (); }; EdgeResistance = { Type = Int; Group = "Workspace"; /* Title: EdgeResistance */ Title = _("Resistance against moving windows off the screen: "); Default = 0; Range = (0, 256); }; WorkspaceBorderSize = { Type = String; Group = "Workspace"; /* Title: WorkspaceBorderSize */ Title = _("Thickness of workspace border (not covered by windows): "); Default = 0; Range = (0, 1, 2, 3, 4, 5); /* RangeInfo: WorkspaceBorderSize */ RangeInfo = (_("no border"), _("1 pixel"), _("2 pixels"), _("3 pixels"), _("4 pixels"), _("5 pixels") }; WorkspaceBorder = { Type = String; Group = "Workspace"; /* Title: WorkspaceBorder */ Title = _("Position of workspace border: "); Default = None; Range = (LeftRight, TopBottom, AllDirections); /* RangeInfo: WorkspaceBorder */ RangeInfo = (_("left and right screen side"), _("bottom and top screen side"), _("all screen sides") }; IconPosition = { Type = String; Group = "Workspace"; /* Title: IconPosition */ Title = _("Orientation and position of icon box: "); Default = blh; Range = (tlh, trh, blh, brh, tlv, trv, blv, brv); /* RangeInfo: IconPosition */ RangeInfo = (_("Horizontal in the top left corner"), _("Horizontal in the top right corner"), _("Horizontal in the bottom left corner"), _("Horizontal in the bottom right corner"), _("Vertical in the top left corner"), _("Vertical in the top right corner"), _("Vertical in the bottom left corner"), _("Vertical in the bottom right corner") }; IconSize = { Type = String; Group = "Workspace"; /* Title: IconSize */ Title = _("Size of icons (startup option): "); Default = 64; Range = (24, 32, 40, 48, 56, 64, 72, 80, 88, 96); /* RangeInfo: IconSize */ RangeInfo = (_("24x24"), _("32x32"), _("40x40"), _("48x48"), _("56x56"), _("64x64"), _("72x72"), _("80x80"), _("88x88"), _("96x96") }; WorkspaceNameDisplayPosition = { Type = String; Group = "Workspace"; /* Title: WorkspaceNameDisplayPosition */ Title = _("Position of workspace name indicator: "); Default = Center; Range = (None, Center, Top, Bottom, Topleft, Topright, Bottomleft, Bottomright); /* RangeInfo: WorkspaceNameDisplayPosition */ RangeInfo = (_("Not visible"), _("Center of screen"), _("Top of screen"), _("Bottom of screen"), _("Top left corner"), _("Top right corner"), _("Bottom left corner"), _("Bottom right corner") }; IgnoreFocusClick = { Type = IBool; Group = "Mouse"; /* Title: IgnoreFocusClick */ Title = _("Let application receive the mouse click that causes its window to focus"); Default = No; Range = (); }; DisableWSMouseActions = { Type = Bool; Group = "Mouse"; /* Title: DisableWSMouseActions */ Title = _("Pass a root window mouse click on to a filemanager rather than to Window Maker"); Default = No; Range = (); }; MouseLeftButtonAction = { Type = String; Group = "Mouse"; /* Title: MouseLeftButtonAction */ Title = _("When left mouse button is pressed: "); Default = Left; Range = (None, SelectWindows, OpenWindowListMenu, OpenApplicationsMenu); RangeInfo = ("Do nothing", "Select multiple windows", "Pop up the window list", "Pop up the application menu"); }; MouseMiddleButtonAction = { Type = String; Group = "Mouse"; /* Title: MouseMiddleButtonAction */ Title = _("When middle mouse button is pressed: "); Default = Left; Range = (None, SelectWindows, OpenWindowListMenu, OpenApplicationsMenu); RangeInfo = ("Do nothing", "Select multiple windows", "Pop up the window list", "Pop up the application menu"); }; MouseRightButtonAction = { Type = String; Group = "Mouse"; /* Title: MouseRightButtonAction */ Title = _("When right mouse button is pressed: "); Default = Left; Range = (None, SelectWindows, OpenWindowListMenu, OpenApplicationsMenu); RangeInfo = ("Do nothing", "Select multiple windows", "Pop up the window list", "Pop up the application menu"); }; MouseWheelAction = { Type = String; Group = "Mouse"; /* Title: MouseWheelAction */ Title = _("When the mouse wheel is used: "); Default = Left; Range = (None, SwitchWorkspaces); /* RangeInfo: MouseWheelAction */ RangeInfo = (_("Do nothing"), _("Switch to next or previous workspace") }; DoubleClickTime = { Type = Int; Group = "Mouse"; /* Title: DoubleClickTime */ Title = _("Maximum delay between the two clicks of a double click: "); Default = 250; Range = (0, 2048); }; WindowTitleBalloons = { Type = Bool; Group = "Effects"; /* Title: WindowTitleBalloons */ Title = _("Show balloons for partly visible window titles"); Default = Yes; Range = (); }; AppIconBalloons = { Type = Bool; Group = "Effects"; /* Title: AppIconBalloons */ Title = _("Show balloons for application icons (docked or not)"); Default = No; Range = (); }; MiniwindowTitleBalloons = { Type = Bool; Group = "Effects"; /* Title: MiniwindowTitleBalloons */ Title = _("Show balloons for title of minimized window"); Default = No; Range = (); }; OpaqueMove = { Type = Bool; Group = "Effects"; /* Title: OpaqueMove */ Title = _("Show window contents rather than outline only when moving a window"); Default = No; Range = (); }; Superfluous = { Type = Bool; Group = "Effects"; /* Title: Superfluous */ Title = _("Show several special effects that bloat and slow down Window Maker"); Default = No; Range = (); }; DisableAnimations = { Type = IBool; Group = "Effects"; /* Title: DisableAnimations */ Title = _("Show animations such as the minimize and shade animation"); Default = No; Range = (); }; SmoothWorkspaceBack = { Type = Bool; Group = "Workspace"; /* Title: SmoothWorkspaceBack */ Title = _("Smooth workspace background images after scaling"); Default = No; Range = (); }; ResizeDisplay = { Type = String; Group = "Effects"; /* Title: ResizeDisplay */ Title = _("Style of geometry box when resizing the window: "); Default = Corner; Range = (None, Corner, Center, Floating, Line); /* RangeInfo: ResizeDisplay */ RangeInfo = (_("No geometry box"), _("Appears in the top left corner of the screen"), _("Appears in the screen center"), _("Keeps with the window"), _("No box - use technical drawing like lines") }; MoveDisplay = { Type = String; Group = "Effects"; /* Title: MoveDisplay */ Title = _("Style of geometry box when moving the window: "); Default = Corner; Range = (None, Corner, Center, Floating, Line); /* RangeInfo: MoveDisplay */ RangeInfo = (_("No geometry box"), _("Appears in the top left corner of the screen"), _("Appears in the screen center"), _("Keeps with the window"), _("No box - use technical drawing like lines") }; IconificationStyle = { Type = String; Group = "Effects"; /* Title: IconificationStyle */ Title = _("Style of miniaturization animation: "); Default = Zoom; Range = (Zoom, Twist, Flip, Random, None); /* RangeInfo: IconificationStyle */ RangeInfo = (_("Window is zoomed"), _("Window is twisted"), _("Window is flipped"), _("Window is zoomed, twisted, or flipped (random choice)"), _("No animation") }; MenuStyle = { Type = String; Group = "Effects"; /* Title: MenuStyle */ Title = _("Style of the menu texture: "); Default = normal; Range = (Normal, SingleTexture, Flat); /* RangeInfo: MenuStyle */ RangeInfo = (_("One texture per item"), _("A single texture spanning the whole menu"), _("A single texture without bevels spanning the whole menu") }; TitleJustify = { Type = String; Group = "Effects"; /* Title: TitleJustify */ Title = _("Justification of text in window title bars: "); Default = Center; Range = (Left, Center, Right); /* RangeInfo: TitleJustify */ RangeInfo = (_("Left"), _("Center"), _("Right") }; MenuScrollSpeed = { Type = String; Group = "Effects"; /* Title: MenuScrollSpeed */ Title = _("Speed of menu scrolling: "); Default = Medium; Range = (UltraFast, Fast, Medium, Slow, UltraSlow); /* RangeInfo: MenuScrollSpeed */ RangeInfo = (_("Very fast"), _("Fast"), _("Normal"), _("Slow"), _("Very slow") }; IconSlideSpeed = { Type = String; Group = "Effects"; /* Title: IconSlideSpeed */ Title = _("Speed of icon sliding: "); Default = Medium; Range = (UltraFast, Fast, Medium, Slow, UltraSlow); /* RangeInfo: IconSlideSpeed */ RangeInfo = (_("Very fast"), _("Fast"), _("Normal"), _("Slow"), _("Very slow") }; ShadeSpeed = { Type = String; Group = "Effects"; /* Title: ShadeSpeed */ Title = _("Speed of window shading: "); Default = Medium; Range = (UltraFast, Fast, Medium, Slow, UltraSlow); /* RangeInfo: ShadeSpeed */ RangeInfo = (_("Very fast"), _("Fast"), _("Normal"), _("Slow"), _("Very slow") }; WrapMenus = { Type = IBool; Group = "Menu"; /* Title: WrapMenus */ Title = _("Center the titlebar of a menu at the clicked position even if it is partly shown outside of the screen"); Default = No; Range = (); }; ScrollableMenus = { Type = Bool; Group = "Menu"; /* Title: ScrollableMenus */ Title = _("Scroll a partly hidden menu back onto the screen as you move your mouse over it"); Default = Yes; Range = (); }; AlignSubmenus = { Type = Bool; Group = "Menu"; /* Title: AlignSubmenus */ Title = _("Place the titlebar of a submenu at exactly the same height as the titlebar of its parent"); Default = No; Range = (); }; NewStyle = { Type = Bool; Group = "Misc"; /* Title: NewStyle */ Title = _("Use new style titlebar buttons rather than original NeXT buttons (startup option)"); Default = No; Range = (); }; SaveSessionOnExit = { Type = Bool; Group = "Misc"; /* Title: SaveSessionOnExit */ Title = _("Automatically save the session state when exiting Window Maker"); Default = No; Range = (); }; UseSaveUnders = { Type = Bool; Group = "Misc"; /* Title: UseSaveUnders */ Title = _("Enable save-under buffering mode for windows"); Default = No; Range = (); }; DontConfirmKill = { Type = IBool; Group = "Misc"; /* Title: DontConfirmKill */ Title = _("Show confirmation panel for the window menu command `Kill'"); Default = No; Range = (); }; DisableSound = { Type = Bool; Group = "Misc"; /* Title: DisableSound */ Title = _("Disable sound at runtime without the need of killing the sound server"); Default = No; Range = (); }; DisableDithering = { Type = IBool; Group = "Misc"; /* Title: DisableDithering */ Title = _("Dither gradients and pixmaps etc. when in low color mode (startup option)"); Default = No; Range = (); }; ColormapSize = { Type = Int; Group = "Misc"; /* Title: ColormapSize */ Title = _("Size of dithering colormap in colors per channel (startup option): "); Default = 4; Range = (2, 5); }; PixmapPath = { Type = Pathlist; Group = Paths; /* Info: PixmapPath */ Info = _("Whenever WindowMaker is given a relative path to find a texture pixmap in, it searches each of these paths in order for that pixmap."); /* Title: PixmapPath */ Title = _("Pixmap search paths"); Default = ( "~/GNUstep/Library/WindowMaker/Pixmaps", "~/GNUstep/Library/WindowMaker/Backgrounds", "/usr/share/WindowMaker/Pixmaps", "/usr/share/WindowMaker/Backgrounds", "/usr/local/share/WindowMaker/Pixmaps", "/usr/local/share/WindowMaker/Backgrounds", "/usr/X11R6/include/X11/pixmaps", "/usr/local/share/pixmaps", "/usr/share/pixmaps" ); Range = (); }; IconPath = { Type = Pathlist; Group = Paths; /* Info: IconPath */ Info = _("Whenever WindowMaker is given a relative path to find a icon pixmap in, it searches each of these paths in order for that pixmap."); /* Title: IconPath */ Title = _("Icon search paths"); Default = ( "~/GNUstep/Library/Icons", "~/GNUstep/Library/WindowMaker/Pixmaps", "/usr/share/WindowMaker/Icons", "/usr/share/WindowMaker/Pixmaps", "/usr/local/share/WindowMaker/Icons", "/usr/local/share/WindowMaker/Pixmaps", "/usr/X11R6/include/X11/pixmaps", "/usr/local/share/pixmaps", "/usr/share/pixmaps" ); Range = (); }; ThemePath = { Type = Pathlist; Group = Themes; /* Info: ThemePath */ Info = _("Wmakerconf searches each of these paths in order for the list of available themes."); /* Title: ThemePath */ Title = _("Theme search paths"); Default = ( "~/GNUstep/Library/WindowMaker/Themes", "/usr/share/WindowMaker/Themes", "/usr/local/share/WindowMaker/Themes" ); Range = (); }; RootMenuKey = { Type = Key; Group = Shortcuts; /* Info: RootMenuKey */ Info = _("Pop up the root menu"); Default = None; Range = (); }; WindowListKey = { Type = Key; Group = Shortcuts; /* Info: WindowListKey */ Info = _("Pop up the window list"); Default = None; Range = (); }; WindowMenuKey = { Type = Key; Group = Shortcuts; /* Info: WindowMenuKey */ Info = _("Pop up the commands menu for the focused window"); Default = None; Range = (); }; ClipLowerKey = { Type = Key; Group = Shortcuts; /* Info: ClipLowerKey */ Info = _("Lower the clip"); Default = None; Range = (); }; ClipRaiseKey = { Type = Key; Group = Shortcuts; /* Info: ClipRaiseKey */ Info = _("Raise the clip"); Default = None; Range = (); }; ClipRaiseLowerKey = { Type = Key; Group = Shortcuts; /* Info: ClipRaiseLowerKey */ Info = _("Raise or lower the clip"); Default = None; Range = (); }; MiniaturizeKey = { Type = Key; Group = Shortcuts; /* Info: MiniaturizeKey */ Info = _("Iconify a window"); Default = None; Range = (); }; MaximizeKey = { Type = Key; Group = Shortcuts; /* Info: MaximizeKey */ Info = _("Maximize the focused window to its full size"); Default = None; Range = (); }; VMaximizeKey = { Type = Key; Group = Shortcuts; /* Info: VMaximizeKey */ Info = _("Maximize the focused window to its full vertical size"); Default = None; Range = (); }; MoveResizeKey = { Type = Key; Group = Shortcuts; /* Info: MoveResizeKey */ Info = _("Move or resize the focused window"); Default = "Meta+Up"; Range = (); }; LowerKey = { Type = Key; Group = Shortcuts; /* Info: LowerKey */ Info = _("Lower the focused window to the bottom"); Default = "Meta+Down"; Range = (); }; RaiseKey = { Type = Key; Group = Shortcuts; /* Info: RaiseKey */ Info = _("Raise the focused window to the top"); Default = "Meta+Up"; Range = (); }; RaiseLowerKey = { Type = Key; Group = Shortcuts; /* Info: RaiseLowerKey */ Info = _("Raise or lower the window under the mouse pointer"); Default = None; Range = (); }; FocusNextKey = { Type = Key; Group = Shortcuts; /* Info: FocusNextKey */ Info = _("Switch input focus to the next window"); Default = None; Range = (); }; FocusPrevKey = { Type = Key; Group = Shortcuts; /* Info: FocusPrevKey */ Info = _("Switch input focus to the previous window"); Default = None; Range = (); }; ShadeKey = { Type = Key; Group = Shortcuts; /* Info: ShadeKey */ Info = _("Shade the focused window"); Default = None; Range = (); }; CloseKey = { Type = Key; Group = Shortcuts; /* Info: CloseKey */ Info = _("Close the focused window"); Default = None; Range = (); }; HideKey = { Type = Key; Group = Shortcuts; /* Info: HideKey */ Info = _("Hide an application (if supported)"); Default = None; Range = (); }; SelectKey = { Type = Key; Group = Shortcuts; /* Info: SelectKey */ Info = _("Select a window"); Default = None; Range = (); }; NextWorkspaceKey = { Type = Key; Group = Shortcuts; /* Info: NextWorkspaceKey */ Info = _("Switch to the next workspace"); Default = None; Range = (); }; PrevWorkspaceKey = { Type = Key; Group = Shortcuts; /* Info: PrevWorkspaceKey */ Info = _("Switch to the previous workspace"); Default = None; Range = (); }; NextWorkspaceLayerKey = { Type = Key; Group = Shortcuts; /* Info: NextWorkspaceLayerKey */ Info = _("Switch to the next 10 workspace set"); Default = None; Range = (); }; PrevWorkspaceLayerKey = { Type = Key; Group = Shortcuts; /* Info: PrevWorkspaceLayerKey */ Info = _("Switch to the previous 10 workspace set"); Default = None; Range = (); }; WindowShortcut1Key = { Type = Key; Group = Shortcuts; /* Info: WindowShortcut1Key */ Info = _("Switch to user defined window 1"); Default = None; Range = (); }; WindowShortcut2Key = { Type = Key; Group = Shortcuts; /* Info: WindowShortcut2Key */ Info = _("Switch to user defined window 2"); Default = None; Range = (); }; WindowShortcut3Key = { Type = Key; Group = Shortcuts; /* Info: WindowShortcut3Key */ Info = _("Switch to user defined window 3"); Default = None; Range = (); }; WindowShortcut4Key = { Type = Key; Group = Shortcuts; /* Info: WindowShortcut4Key */ Info = _("Switch to user defined window 4"); Default = None; Range = (); }; Workspace1Key = { Type = Key; Group = Shortcuts; /* Info: Workspace1Key */ Info = _("Switch to workspace 1"); Default = None; Range = (); }; Workspace2Key = { Type = Key; Group = Shortcuts; /* Info: Workspace2Key */ Info = _("Switch to workspace 2"); Default = None; Range = (); }; Workspace3Key = { Type = Key; Group = Shortcuts; /* Info: Workspace3Key */ Info = _("Switch to workspace 3"); Default = None; Range = (); }; Workspace4Key = { Type = Key; Group = Shortcuts; /* Info: Workspace4Key */ Info = _("Switch to workspace 4"); Default = None; Range = (); }; Workspace5Key = { Type = Key; Group = Shortcuts; /* Info: Workspace5Key */ Info = _("Switch to workspace 5"); Default = None; Range = (); }; Workspace6Key = { Type = Key; Group = Shortcuts; /* Info: Workspace6Key */ Info = _("Switch to workspace 6"); Default = None; Range = (); }; Workspace7Key = { Type = Key; Group = Shortcuts; /* Info: Workspace7Key */ Info = _("Switch to workspace 7"); Default = None; Range = (); }; Workspace8Key = { Type = Key; Group = Shortcuts; /* Info: Workspace8Key */ Info = _("Switch to workspace 8."); Default = None; Range = (); }; Workspace9Key = { Type = Key; Group = Shortcuts; /* Info: Workspace9Key */ Info = _("Switch to workspace 9"); Default = None; Range = (); }; Workspace10Key = { Type = Key; Group = Shortcuts; /* Info: Workspace10Key */ Info = _("Switch to workspace 10"); Default = None; Range = (); }; ModifierKey = { Type = String; Group = Shortcuts; /* Title: ModifierKey */ Title = _("Modifier to use as `Meta' key"); Default = Mod1; Range = ( Alt, Meta, Hyper, Super, Control, Shift, Mod1, Mod2, Mod3, Mod4, Mod5 ); }; WindowTitleFont = { Type = Font; Group = "Appearance/Windows/Focused"; /* Info: WindowTitleFont */ Info = _("Window title font"); Default = "helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; Range = (); }; MenuTitleFont = { Type = Font; Group = "Appearance/Menu/Title"; /* Info: MenuTitleFont */ Info = _("Menu title font"); Default = "helvetica-bold-r-normal-*-12-*-*-*-*-*-*-*"; Range = (); }; MenuTextFont = { Type = Font; Group = "Appearance/Menu/Text"; /* Info: MenuTextFont */ Info = _("Menu item font"); Default = "helvetica-medium-r-normal-*-12-*-*-*-*-*-*-*"; Range = (); }; IconTitleFont = { Type = Font; Group = "Appearance/Tiles/Miniwindows"; /* Info: IconTitleFont */ Info = _("Icon title font"); Default = "helvetica-medium-r-normal-*-8-*-*-*-*-*-*-*"; Range = (); }; ClipTitleFont = { Type = Font; Group = "Appearance/Tiles/Icons"; /* Info: ClipTitleFont */ Info = _("Font for the workspace name and number in the clip's main icon"); Default = "helvetica-bold-r-normal-*-10-*-*-*-*-*-*-*"; Range = (); }; LargeDisplayFont = { Type = Font; Group = "Appearance/Workspace"; /* Info: LargeDisplayFont */ Info = _("Workspace name indicator"); Default = "helvetica-medium-r-normal-*-24-*-*-*-*-*-*-*"; Range = (); }; MenuTitleColor = { Type = TextColor; Group = "Appearance/Menu/Title"; /* Info: MenuTitleColor */ Info = _("Text color of a menu title"); /* Title: MenuTitleColor */ Title = _("Text"); Default = white; Range = (); }; MenuTextColor = { Type = Color; Group = "Appearance/Menu/Text"; /* Info: MenuTextColor */ Info = _("Text color of a menu item"); /* Title: MenuTextColor */ Title = _("Text (normal)"); Default = black; Range = (); }; MenuDisabledColor = { Type = Color; Group = "Appearance/Menu/Text"; /* Info: MenuDisabledColor */ Info = _("Text color of a disabled menu item"); /* Title: MenuDisabledColor */ Title = _("Text (disabled)"); Default = 616161; Range = (); }; HighlightTextColor = { Type = Color; Group = "Appearance/Menu/Text"; /* Info: HighlightTextColor */ Info = _("Text color of a menu highlight"); /* Title: HighlightTextColor */ Title = _("Text (highlight)"); Default = black; Range = (); }; HighlightColor = { Type = Color; Group = "Appearance/Menu/Text"; /* Info: HighlightColor */ Info = _("Background color of a menu highlight"); /* Title: HighlightColor */ Title = _("Background (highlight)"); Default = white; Range = (); }; IconTitleColor = { Type = Color; Group = "Appearance/Tiles/Miniwindows"; /* Info: IconTitleColor */ Info = _("Text color of an icon title"); /* Title: IconTitleColor */ Title = _("Text"); Default = white; Range = (); }; IconTitleBack = { Type = Color; Group = "Appearance/Tiles/Miniwindows"; /* Info: IconTitleBack */ Info = _("Background color of an icon title"); /* Title: IconTitleBack */ Title = _("Background"); Default = black; Range = (); }; FTitleColor = { Type = TextColor; Group = "Appearance/Windows/Focused"; /* Info: FTitleColor */ Info = _("Text color of a focused window title"); /* Title: FTitleColor */ Title = _("Text"); Default = white; Range = (); }; PTitleColor = { Type = TextColor; Group = "Appearance/Windows/Parent"; /* Info: PTitleColor */ Info = _("Text color of the title of the parent of the focused window"); /* Title: PTitleColor */ Title = _("Text"); Default = white; Range = (); }; UTitleColor = { Type = TextColor; Group = "Appearance/Windows/Unfocused"; /* Info: UTitleColor */ Info = _("Text color of an unfocused window title"); /* Title: UTitleColor */ Title = _("Text"); Default = black; Range = (); }; ClipTitleColor = { Type = Color; Group = "Appearance/Tiles/Icons"; /* Info: ClipTitleColor */ Info = _("Color of the workspace name and number on the clip's main icon"); /* Title: ClipTitleColor */ Title = _("Text (active)"); Default = black; Range = (); }; CClipTitleColor = { Type = Color; Group = "Appearance/Tiles/Icons"; /* Info: CClipTitleColor */ Info = _("Color of the workspace name and number on the clip's main icon when clip is collapsed"); /* Title: CClipTitleColor */ Title = _("Text (collapsed)"); Default = 616161; Range = (); }; IconBack = { Type = Texture; Group = "Appearance/Tiles/Icons"; Default = (solid, gray); Range = (); }; WorkspaceBack = { Type = Texture; Group = "Appearance/Workspace"; Default = (solid, blue); Range = (); }; WorkspaceSpecificBack = { Type = Text; Group = None; Default = (()); Range = (); }; FTitleBack = { Type = Texture; Group = "Appearance/Windows/Focused"; Default = (solid, black); Range = (); }; PTitleBack = { Type = Texture; Group = "Appearance/Windows/Parent"; Default = (solid, 616161); Range = (); }; UTitleBack = { Type = Texture; Group = "Appearance/Windows/Unfocused"; Default = (solid, gray); Range = (); }; ResizebarBack = { Type = Texture; Group = "Appearance/Windows/Resizebar"; Default = (solid, gray); Range = (); }; MenuTitleBack = { Type = Texture; Group = "Appearance/Menu/Title"; Default = (solid, black); Range = (); }; MenuTextBack = { Type = Texture; Group = "Appearance/Menu/Text"; Default = (solid, gray); Range = (); }; WidgetColor = { Type = Texture; Group = "Appearance/Windows/Widget"; Default = (solid, gray); Range = (); }; }; }