IceWM
窗口管理器配置文件 ~/.icewm/preferences
,请将需要修改的设置复制到 ~/.icewm/prefoverride
文件中进行修改。
简单翻译了一下:
# icewm 首选项(3.4.3)- 由 genpref 生成
# 此文件应复制到 /etc/icewm 或 $HOME/.icewm/ 中。
# 注意:默认情况下,所有设置都被注释掉了,
# 如果您更改了它们,请务必取消对它们的注释!
# Use a 32-bit visual for alpha blending.
# 使用 32 位视觉效果进行 alpha 混合
# Alpha=0 # 0/1
# Enable event logging for debugging.
# 启用事件日志以进行调试
# LogEvents=0 # 0/1
# Redirect all icewm output to FILE.
# 将所有 icewm 的输出重定向到文件
# OutputFile=""
# Splash image on startup (IceWM.jpg)
# 启动时显示欢迎图像(IceWM.jpg)
# Splash=""
# Synchronize X11 for debugging (slow)
# 同步 X11 进行调试(速度慢)
# Synchronize=0 # 0/1
# Enable tracing for the given modules.
# 对指定模块启用跟踪
# Trace=""
# List of battery names (directories) in /proc/acpi/battery to ignore. Useful when more slots are built-in, but only one battery is used.
# 要忽略的 /proc/acpi/battery 中的电池名称(目录)列表。当内置多个插槽但仅使用一块电池时很有用
# AcpiIgnoreBatteries=""
# Command to run for address bar entries.
# 运行地址栏条目的命令
# AddressBarCommand=""
# Allow to switch a window to fullscreen.
# 允许将窗口切换到全屏
# AllowFullscreen=1 # 0/1
# Automatically arrange windows when screen size changes.
# 屏幕大小更改时自动排列窗口
# ArrangeWindowsOnScreenSizeChange=1 # 0/1
# Delay in ms before task bar is hidden.
# 隐藏任务栏之前的延迟(毫秒)
# AutoHideDelay=300 # [0-5000]
# Auto raise windows after delay.
# 延迟后自动提升窗口
# AutoRaise=0 # 0/1
# Delay in ms before windows are auto raised.
# 窗口自动提升前的延迟(毫秒)
# AutoRaiseDelay=400 # [0-5000]
# Reload menu files automatically.
# 自动重新加载菜单文件(当菜单文件被修改后)
# AutoReloadMenus=1 # 0/1
# Auto scroll delay in ms.
# 自动滚动延迟(毫秒)
# AutoScrollDelay=60 # [0-5000]
# Auto scroll start delay in ms.
# 自动滚动启动延迟(毫秒)
# AutoScrollStartDelay=500 # [0-5000]
# Delay in ms before task bar is shown.
# 显示任务栏之前的延迟(毫秒)
# AutoShowDelay=500 # [0-5000]
# Delay between power status updates in seconds.
# 电源状态更新之间的延迟(秒)
# BatteryPollingPeriod=10 # [2-3600]
# Bitmask of buttons that raise the window when pressed.
# 按下时提升窗口的按钮的位掩码
# ButtonRaiseMask=1 # [0-255]
# WM_CLASS to allow runonce for CPUStatusCommand.
# 允许 CPUStatusCommand 运行一次的 WM_CLASS
# CPUStatusClassHint="top.XTerm"
# Combine all CPUs to one.
# 将所有 CPU 合并为一个
# CPUStatusCombine=1 # 0/1
# Command to run on CPU status.
# 显示 CPU 状态的命令
# CPUStatusCommand="xterm -name top -title Process\ Status -e top"
# Show ACPI temperature in CPU status tool tip.
# 在 CPU 状态工具提示中显示 ACPI 温度
# CPUStatusShowAcpiTemp=1 # 0/1
# Show ACPI temperature in CPU status bar.
# 在 CPU 状态栏中显示 ACPI 温度
# CPUStatusShowAcpiTempInGraph=0 # 0/1
# Show CPU frequency in CPU status tool tip.
# 在 CPU 状态工具提示中显示 CPU 频率
# CPUStatusShowCpuFreq=1 # 0/1
# Show RAM usage in CPU status tool tip.
# 在 CPU 状态工具提示中显示 RAM 使用情况
# CPUStatusShowRamUsage=1 # 0/1
# Show swap usage in CPU status tool tip.
# 在 CPU 状态工具提示中显示交换空间使用情况
# CPUStatusShowSwapUsage=1 # 0/1
# Center large windows.
# 居中大窗口
# CenterLarge=0 # 0/1
# Center maximized windows that can't fit the screen (like terminals)
# 最大化时将无法填满屏幕的窗口居中(比如终端)
# CenterMaximizedWindows=0 # 0/1
# Center dialogs on owner window.
# 在父窗口中居中显示对话框
# CenterTransientsOnOwner=1 # 0/1
# Delay in ms before click gets interpreted as drag.
# 单击被解释为拖动之前的延迟时间(毫秒,在此时间之内将不会被解释为拖动)
# ClickMotionDelay=200 # [0-2000]
# Pointer motion distance before click gets interpreted as drag.
# 按下鼠标并移动指定距离之后才被解释为拖动(否则解释为单击)
# ClickMotionDistance=4 # [0-32]
# Focus windows by clicking.
# 通过单击聚焦窗口
# ClickToFocus=1 # 0/1
# Allow mouse actions on client windows (buggy with some programs)
# 允许在客户端窗口上执行鼠标动作(对某些程序有 bug)
# ClientWindowMouseActions=1 # 0/1
# WM_CLASS to allow runonce for ClockCommand.
# 允许 ClockCommand 运行一次的 WM_CLASS
# ClockClassHint="icewm.XClock"
# Command to run on clock.
# 运行时钟的命令
# ClockCommand="xclock -name icewm -title Clock"
# Confirm logout.
# 注销时确认
# ConfirmLogout=1 # 0/1
# Consider border frames when maximizing horizontally.
# 水平最大化时考虑边框
# ConsiderHBorder=0 # 0/1
# Consider XSizeHints if frame is maximized.
# 如果框架最大化,考虑 XSizeHints
# ConsiderSizeHintsMaximized=1 # 0/1
# Consider border frames when maximizing vertically.
# 垂直最大化时考虑边框
# ConsiderVBorder=0 # 0/1
# Workspace switches continuously when moving mouse to screen edge.
# 将鼠标移动到屏幕边缘时,工作区会连续切换
# ContinuousEdgeSwitch=1 # 0/1
# Clock Date format for tooltip (strftime format string)
# 工具提示的“时钟日期”格式(strftime 格式字符串)
# DateFormat="%c"
# Delay fuzziness in ms, to allow merging of multiple timer timeouts into one for notebook power saving.
# 延迟模糊性,允许将多个计时器超时合并为一个(笔记本省电)
# DelayFuzziness=0 # [0-100]
# Delay pointer focusing when mouse moves.
# 鼠标移动时延迟指针聚焦
# DelayPointerFocus=1 # 0/1
# Desktop mouse-button click to show the root menu.
# 哪个鼠标按钮单击桌面以显示根菜单
# DesktopMenuButton=3 # [0-20]
# Desktop mouse-button click to show the window list.
# 哪个鼠标按钮单击桌面以显示窗口列表
# DesktopWinListButton=2 # [0-20]
# Desktop mouse-button click to show the window list menu.
# 哪个鼠标按钮单击桌面以显示“窗口列表”菜单
# DesktopWinMenuButton=0 # [0-20]
# Support DockApps (right, left, center, down, high, above, below, desktop, or empty to disable). Control with Ctrl+Mouse.
# 支持 DockApps(right, left, center, down, high, above, below, desktop 或留空表示禁用)。使用 Ctrl + 鼠标控制。
# DockApps="right high desktop"
# Don't rotate the cursor for popup menus.
# 不要为弹出菜单旋转光标(大概是不让指针显示繁忙状态)
# DontRotateMenuPointer=1 # 0/1
# Use double buffering when redrawing the display.
# 重绘显示内容时使用双缓冲
# DoubleBuffer=1 # 0/1
# Resistance in pixels when trying to move windows off the screen (10000 = infinite)
# 尝试将窗口移出屏幕时的阻力(像素)(10000=无限)
# EdgeResistance=32 # [0-10000]
# Workspace switches by moving mouse to left/right screen edge.
# 通过将鼠标移到屏幕左/右边缘来切换工作区
# EdgeSwitch=0 # 0/1
# Screen edge workspace switching delay in ms.
# 屏幕边缘工作区切换延迟(毫秒)
# EdgeSwitchDelay=600 # [0-5000]
# Enable address bar functionality in taskbar.
# 启用任务栏中的地址栏功能(默认 Win+空格 开启)
# EnableAddressBar=1 # 0/1
# Change to the workspace of newly focused windows.
# 聚焦窗口时切换到窗口所在的工作区
# FocusChangesWorkspace=0 # 0/1
# Move newly focused windows to current workspace.
# 将新聚焦的窗口移到当前工作区
# FocusCurrentWorkspace=0 # 0/1
# Focus windows when application requests to raise.
# 当应用程序请求提升时聚焦窗口
# FocusOnAppRaise=0 # 0/1
# Focus window when client area clicked.
# 单击客户区时聚焦窗口
# FocusOnClickClient=1 # 0/1
# Focus normal window when initially mapped.
# 初始映射时聚焦普通窗口(可能是指在窗口首次被创建时聚焦)
# FocusOnMap=1 # 0/1
# Focus dialog window when initially mapped.
# 初始映射时聚焦对话框(可能是指在对话框首次被创建时聚焦)
# FocusOnMapTransient=0 # 0/1
# Focus dialog window when initially mapped only if parent frame focused.
# 仅当父框架聚焦时,才在初始映射时聚焦对话框
# FocusOnMapTransientActive=1 # 0/1
# Taskbar blink interval (ms) when requesting focus (0 = blinking disabled)
# 请求焦点时任务栏闪烁间隔(毫秒)(默认250,0=禁用闪烁)
# FocusRequestFlashInterval=250 # [0-30000]
# Number of seconds the taskbar app will blink when requesting focus (0 = forever)
# 请求焦点时任务栏应用程序将闪烁的秒数(0=永远)
# FocusRequestFlashTime=0 # [0-86400]
# Span over all available screens if window goes into fullscreen.
# 如果窗口进入全屏模式,则跨所有可用屏幕
# FullscreenUseAllMonitors=0 # 0/1
# Manage root window (EXPERIMENTAL - normally enabled!)
# 管理根窗口(实验-默认启用!)
# GrabRootWindow=1 # 0/1
# Command to hibernate the system.
# 休眠系统的命令
# HibernateCommand="test -e /run/systemd/system && systemctl hibernate || loginctl suspend"
# Hide window borders if window is maximized.
# 如果窗口最大化,则隐藏窗口边框
# HideBordersMaximized=0 # 0/1
# Hide title bar when maximized.
# 最大化时隐藏标题栏
# HideTitleBarWhenMaximized=0 # 0/1
# Workspace switches by moving mouse to left/right screen edge.
# 通过将鼠标移到屏幕左/右边缘来切换工作区
# HorizontalEdgeSwitch=0 # 0/1
# Icon search path (colon separated)
# 图标搜索路径(冒号分隔)
# IconPath="/usr/local/share/icons:/usr/local/share/pixmaps:/usr/share/icons:/usr/share/pixmaps:"
# Colon separated icon theme list with wildcard support. Minus prefix - can be used to exclude themes.
# 冒号分隔图标主题列表(支持通配符的),减号前缀可用于排除主题。
# IconThemes="*:-HighContrast"
# Opens the address bar in the task bar where a command can be typed.
# 打开地址栏的按键
# KeySysAddressBar="Alt+Ctrl+Space"
# Rearranges the windows.
# 排列窗口
# KeySysArrange="Alt+Shift+F5"
# Rearranges the icons on the desktop, if MinimizeToDesktop is true.
# 如果 MinimizeToDesktop 为 true,则重新排列桌面上的图标
# KeySysArrangeIcons="Alt+Shift+F8"
# Makes a horizontal cascade of all windows which are maximized vertically.
# 对垂直最大化的所有窗口进行水平层叠
# KeySysCascade="Alt+Shift+F4"
# Toggles displaying the task bar.
# 切换任务栏的显示与隐藏
# KeySysCollapseTaskBar="Alt+Ctrl+h"
# Opens the IceWM system dialog in the center of the screen.
# 系统对话框按键
# KeySysDialog="Alt+Ctrl+Del"
# Hides all windows.
# 全部隐藏
# KeySysHideAll="Alt+Shift+F11"
# Switch to the next keyboard layout in the KeyboardLayouts list.
# 切换到 KeyboardLayouts 列表中的下一个键盘布局。
# KeySysKeyboardNext=""
# Activates the IceWM root menu in the lower left corner.
# 开始菜单按键
# KeySysMenu="Ctrl+Esc"
# Minimizes all windows.
# 全部最小化
# KeySysMinimizeAll="Alt+Shift+F9"
# Minimizes all windows to show the desktop.
# 显示桌面
# KeySysShowDesktop="Alt+Ctrl+d"
# Is like KeySysSwitchNext but only for windows with the same WM_CLASS property as the currently focused window.
# 与 KeySysSwitchNext 类似,但仅适用于与当前聚焦窗口具有相同 WM_CLASS 属性的窗口
# KeySysSwitchClass="Alt+grave"
# Works like KeySysSwitchNext but moving in the opposite direction.
# 工作方式与KeySysSwitchNext类似,但方向相反
# KeySysSwitchLast="Alt+Shift+Tab"
# Opens the QuickSwitch popup and/or moves the selector in the QuickSwitch popup.
# 快速切换窗口
# KeySysSwitchNext="Alt+Tab"
# Tiles all windows from top to bottom maximized horizontally.
# 纵向平铺窗口
# KeySysTileHorizontal="Alt+Shift+F3"
# Tiles all windows from left to right maximized vertically.
# 横向平铺窗口
# KeySysTileVertical="Alt+Shift+F2"
# Undoes arrangement.
# 取消平铺
# KeySysUndoArrange="Alt+Shift+F7"
# Shows the window list menu.
# 显示窗口列表菜单
# KeySysWinListMenu=""
# Posts the system window menu.
# 窗口菜单按键
# KeySysWinMenu="Shift+Esc"
# Give focus to the next window and raise it.
# 聚焦下一个窗口并将其升高
# KeySysWinNext="Alt+Esc"
# Give focus to the previous window and raise it.
# 聚焦上一个窗口并将其升高
# KeySysWinPrev="Alt+Shift+Esc"
# Opens the IceWM system window list in the center of the screen.
# 窗口列表按键
# KeySysWindowList="Alt+Ctrl+Esc"
# Goes to workspace 1.
# 转到工作区1
# KeySysWorkspace1="Alt+Ctrl+1"
# Goes to workspace 10.
# 转到工作区10
# KeySysWorkspace10="Alt+Ctrl+0"
# Takes the active window to workspace 10.
# 将活动窗口带到工作区10
# KeySysWorkspace10TakeWin="Alt+Ctrl+Shift+0"
# Goes to workspace 11.
# 转到工作区11
# KeySysWorkspace11="Alt+Ctrl+minus"
# Takes the active window to workspace 11.
# 将活动窗口带到工作区11
# KeySysWorkspace11TakeWin="Alt+Ctrl+Shift+minus"
# Goes to workspace 12.
# 转到工作区12
# KeySysWorkspace12="Alt+Ctrl+equal"
# Takes the active window to workspace 12.
# 将活动窗口带到工作区12
# KeySysWorkspace12TakeWin="Alt+Ctrl+Shift+equal"
# Takes the active window to workspace 1.
# 将活动窗口带到工作区1
# KeySysWorkspace1TakeWin="Alt+Ctrl+Shift+1"
# Goes to workspace 2.
# 转到工作区2
# KeySysWorkspace2="Alt+Ctrl+2"
# Takes the active window to workspace 2.
# 将活动窗口带到工作区2
# KeySysWorkspace2TakeWin="Alt+Ctrl+Shift+2"
# Goes to workspace 3.
# 转到工作区3
# KeySysWorkspace3="Alt+Ctrl+3"
# Takes the active window to workspace 3.
# 将活动窗口带到工作区3
# KeySysWorkspace3TakeWin="Alt+Ctrl+Shift+3"
# Goes to workspace 4.
# 转到工作区4
# KeySysWorkspace4="Alt+Ctrl+4"
# Takes the active window to workspace 4.
# 将活动窗口带到工作区4
# KeySysWorkspace4TakeWin="Alt+Ctrl+Shift+4"
# Goes to workspace 5.
# 转到工作区5
# KeySysWorkspace5="Alt+Ctrl+5"
# Takes the active window to workspace 5.
# 将活动窗口带到工作区5
# KeySysWorkspace5TakeWin="Alt+Ctrl+Shift+5"
# Goes to workspace 6.
# 转到工作区6
# KeySysWorkspace6="Alt+Ctrl+6"
# Takes the active window to workspace 6.
# 将活动窗口带到工作区6
# KeySysWorkspace6TakeWin="Alt+Ctrl+Shift+6"
# Goes to workspace 7.
# 转到工作区7
# KeySysWorkspace7="Alt+Ctrl+7"
# Takes the active window to workspace 7.
# 将活动窗口带到工作区7
# KeySysWorkspace7TakeWin="Alt+Ctrl+Shift+7"
# Goes to workspace 8.
# 转到工作区8
# KeySysWorkspace8="Alt+Ctrl+8"
# Takes the active window to workspace 8.
# 将活动窗口带到工作区8
# KeySysWorkspace8TakeWin="Alt+Ctrl+Shift+8"
# Goes to workspace 9.
# 转到工作区9
# KeySysWorkspace9="Alt+Ctrl+9"
# Takes the active window to workspace 9.
# 将活动窗口带到工作区9
# KeySysWorkspace9TakeWin="Alt+Ctrl+Shift+9"
# Goes to the previous workspace.
# 转到上一个工作区
# KeySysWorkspaceLast="Alt+Ctrl+Down"
# Takes the active window to the previous workspace.
# 将活动窗口移到上一个工作区
# KeySysWorkspaceLastTakeWin="Alt+Ctrl+Shift+Down"
# Goes one workspace to the right.
# 向右移动一个工作区
# KeySysWorkspaceNext="Alt+Ctrl+Right"
# Takes the active window one workspace to the right.
# 将活动窗口向右移动一个工作区
# KeySysWorkspaceNextTakeWin="Alt+Ctrl+Shift+Right"
# Goes one workspace to the left.
# 向左移动一个工作区
# KeySysWorkspacePrev="Alt+Ctrl+Left"
# Takes the active window one workspace to the left.
# 将活动窗口向左移动一个工作区
# KeySysWorkspacePrevTakeWin="Alt+Ctrl+Shift+Left"
# Move the Task Bar button of the current window right.
# 在任务栏按钮中向右移动当前窗口(鼠标拖拽更方便)
# KeyTaskBarMoveNext=""
# Move the Task Bar button of the current window left.
# 在任务栏按钮中向左移动当前窗口(鼠标拖拽更方便)
# KeyTaskBarMovePrev=""
# Switch to the next window in the Task Bar.
# 切换到任务栏中的下一个窗口
# KeyTaskBarSwitchNext=""
# Switch to the previous window in the Task Bar.
# 切换到任务栏中的上一个窗口
# KeyTaskBarSwitchPrev=""
# Moves the active window to the top middle of the screen.
# 将活动窗口移动到屏幕的中间
# KeyWinArrangeC="Ctrl+Alt+KP_Begin"
# Moves the active window to the middle right of the screen.
# 将活动窗口移动到屏幕的右中方
# KeyWinArrangeE="Ctrl+Alt+KP_Right"
# Moves the active window to the top middle of the screen.
# 将活动窗口移动到屏幕的中上方
# KeyWinArrangeN="Ctrl+Alt+KP_Up"
# Moves the active window to the top right of the screen.
# 将活动窗口移动到屏幕的右上方
# KeyWinArrangeNE="Ctrl+Alt+KP_Prior"
# Moves the active window to the top left corner of the screen.
# 将活动窗口移动到屏幕的左上方
# KeyWinArrangeNW="Ctrl+Alt+KP_Home"
# Moves the active window to the bottom middle of the screen.
# 将活动窗口移动到屏幕的中下方
# KeyWinArrangeS="Ctrl+Alt+KP_Down"
# Moves the active window to the bottom right of the screen.
# 将活动窗口移动到屏幕的右下方
# KeyWinArrangeSE="Ctrl+Alt+KP_Next"
# Moves the active window to the bottom left of the screen.
# 将活动窗口移动到屏幕的左下方
# KeyWinArrangeSW="Ctrl+Alt+KP_End"
# Moves the active window to the middle left of the screen.
# 将活动窗口移动到屏幕的左中方
# KeyWinArrangeW="Ctrl+Alt+KP_Left"
# Closes the active window.
# 关闭活动窗口
# KeyWinClose="Alt+F4"
# Maximizes the active window without borders.
# 无边框最大化活动窗口
# KeyWinFullscreen="Alt+F11"
# Hides the active window.
# 隐藏活动窗口
# KeyWinHide="Alt+Shift+F12"
# Lowers the window that currently has input focus.
# 降低当前具有输入焦点的窗口
# KeyWinLower="Alt+F3"
# Maximizes the active window with borders.
# 带边框最大化活动窗口
# KeyWinMaximize="Alt+F10"
# Maximizes the active window horizontally.
# 水平最大化活动窗口
# KeyWinMaximizeHoriz=""
# Maximizes the active window vertically.
# 垂直最大化活动窗口
# KeyWinMaximizeVert="Alt+Shift+F10"
# Posts the window menu.
# 弹出窗口菜单
# KeyWinMenu="Alt+Space"
# Iconifies the active window.
# 最小化活动窗口
# KeyWinMinimize="Alt+F9"
# Starts movement of the active window.
# 开始移动活动窗口
# KeyWinMove="Alt+F7"
# Switches focus to the next window.
# 将焦点切换到下一个窗口
# KeyWinNext="Alt+F6"
# Makes the active window occupy all work spaces.
# 使活动窗口占据所有工作区
# KeyWinOccupyAll="Alt+F2"
# Switches focus to the previous window.
# 将焦点切换到上一个窗口
# KeyWinPrev="Alt+Shift+F6"
# Raises the window that currently has input focus.
# 引发当前具有输入焦点的窗口
# KeyWinRaise="Alt+F1"
# Restores the active window to its visible state.
# 将活动窗口恢复为可见状态
# KeyWinRestore="Alt+F5"
# Rolls up the active window.
# 卷起活动窗口
# KeyWinRollup="Alt+F12"
# Starts resizing of the active window.
# 开始调整活动窗口的大小
# KeyWinSize="Alt+F8"
# Smart place the active window.
# 智能放置活动窗口。
# KeyWinSmartPlace="Ctrl+Alt+Shift+KP_Begin"
# Let the active window occupy the bottom half of the screen.
# 让活动窗口占据屏幕的下半部分。
# KeyWinTileBottom=""
# Let the active window occupy the bottom left quarter of the screen.
# 让活动窗口占据屏幕左下角的四分之一。
# KeyWinTileBottomLeft=""
# Let the active window occupy the bottom right quarter of the screen.
# 让活动窗口占据屏幕右下角的四分之一。
# KeyWinTileBottomRight=""
# Let the active window occupy the center quarter of the screen.
# 让活动窗口占据屏幕的中心四分之一。
# KeyWinTileCenter=""
# Let the active window occupy the left half of the screen.
# 让活动窗口占据屏幕的左半部分。
# KeyWinTileLeft=""
# Let the active window occupy the right half of the screen.
# 让活动窗口占据屏幕的右半部分。
# KeyWinTileRight=""
# Let the active window occupy the top half of the screen.
# 让活动窗口占据屏幕的上半部分。
# KeyWinTileTop=""
# Let the active window occupy the top left quarter of the screen.
# 让活动窗口占据屏幕左上角的四分之一。
# KeyWinTileTopLeft=""
# Let the active window occupy the top right quarter of the screen.
# 让活动窗口占据屏幕的右上角。
# KeyWinTileTopRight=""
# Add a keyboard layout.
# 添加键盘布局
# KeyboardLayouts=""
# Let the Dock layer limit the workspace (incompatible with GNOME Panel)
# 让停靠层限制工作区(与 GNOME 面板不兼容)
# LimitByDockLayer=0 # 0/1
# Limit position of windows to screen.
# 限制窗口位置到屏幕范围
# LimitPosition=1 # 0/1
# Limit size of windows to screen.
# 限制窗口大小到屏幕范围
# LimitSize=1 # 0/1
# Command to lock display/screensaver.
# 锁定显示或屏幕保护的程序命令
# LockCommand=""
# Command to cancel logout.
# 取消注销的命令
# LogoutCancelCommand=""
# Command to start logout.
# 执行注销的命令(如果指定了注销命令,则不会显示“关机”和“重启”菜单)
# LogoutCommand=""
# Lower the active window when clicked again.
# 再次单击时降低活动窗口
# LowerOnClickWhenRaised=0 # 0/1
# Colon separated paths of your mailboxes, otherwise $MAILPATH or $MAIL is used.
# 邮箱路径(改用 $MAIL 代替)
# MailBoxPath=""
# Delay between new-mail checks in seconds.
# 新邮件检查之间的延迟。(秒)
# MailCheckDelay=30 # [0-86400]
# WM_CLASS to allow runonce for MailCommand.
# 允许 MailCommand 运行一次的 WM_CLASS
# MailClassHint="mutt.XTerm"
# Command to run on mailbox.
# 在邮箱上运行的命令
# MailCommand="xterm -name mutt -e mutt"
# Windows initially placed manually by user.
# Windows 最初由用户手动放置
# ManualPlacement=0 # 0/1
# Put new windows on top even if not focusing them.
# 即使不聚焦,也将新窗口放到顶部
# MapInactiveOnTop=1 # 0/1
# Delay in ms before activating menu items.
# 激活菜单项前的延迟
# MenuActivateDelay=40 # [0-5000]
# Maximal width of popup menus, 2/3 of the screen's width if set to zero.
# 弹出菜单的最大宽度,如果设置为零,则为屏幕宽度的 2/3
# MenuMaximalWidth=0 # [0-16384]
# Menus track mouse even with no mouse buttons held.
# 菜单跟踪鼠标,即使没有按住鼠标按钮
# MenuMouseTracking=0 # 0/1
# Place new mini-icons from bottom to top.
# 从下到上放置新的小图标
# MiniIconsBottomToTop=0 # 0/1
# Place the mini-icons horizontal instead of vertical.
# 将小图标水平放置而不是垂直放置
# MiniIconsPlaceHorizontal=0 # 0/1
# Place new mini-icons from right to left.
# 从右到左放置新的小图标
# MiniIconsRightToLeft=0 # 0/1
# Display mini-icons on desktop for minimized windows.
# 在桌面上显示最小化窗口的小图标
# MinimizeToDesktop=0 # 0/1
# Treat the Super/Win key modifier as a synonym for the Ctrl+Alt modifier combination. The default key bindings have many occurrences of Ctrl+Alt. If you enable this, then the Super modifier is an alternative way to activate them.
# 把 Ctrl+Alt 视为 Super/Win 键
# ModSuperIsCtrlAlt=0 # 0/1
# Mouse binding to lower window.
# 降低窗口的鼠标绑定
# MouseWinLower="Ctrl+Alt+Pointer_Button1"
# Mouse binding for window move.
# 移动窗口的鼠标绑定
# MouseWinMove="Alt+Pointer_Button1"
# Mouse binding to raise window.
# 提升窗口的鼠标绑定
# MouseWinRaise="Ctrl+Alt+Pointer_Button1"
# Mouse binding for window resize.
# 调整窗口大小的鼠标绑定
# MouseWinSize="Alt+Pointer_Button3"
# Mouse binding to create tabs.
# 创建选项卡的鼠标绑定
# MouseWinTabbing="Shift+Pointer_Button2"
# Preselect to Cancel (0) or the OK (1) button in message boxes.
# 预选消息框中的取消(0)或确定(1)按钮
# MsgBoxDefaultAction=0 # [0-1]
# Overrides automatic multiple byte detection.
# 覆盖自动多字节检测
# MultiByte=1 # 0/1
# Multiple click time in ms.
# 双击最大按键间隔(超过此时间则被解释为单击)
# MultiClickTime=400 # [0-5000]
# Minimal number of themes after which the Themes menu becomes nested (0=disabled)
# 主题菜单嵌套后的最小主题数(0=禁用)
# NestedThemeMenuMinNumber=21 # [0-1234]
# WM_CLASS to allow runonce for NetStatusCommand.
# 允许 NetStatusCommand 运行一次的 WM_CLASS
# NetStatusClassHint="ss.XTerm"
# Command to run on Net status.
# 运行网络状态的命令
# NetStatusCommand="xterm -name 'ss' -title 'Socket Statistics' -hold -e sh -c 'which ss > /dev/null && watch -t ss -putswl || netstat -c'"
# Show network status only for connected devices.
# 仅显示已连接设备的网络状态
# NetStatusShowOnlyRunning=0 # 0/1
# NET_WORKAREA behaviour: 0 (single/multimonitor with STRUT information, like metacity), 1 (always full desktop), 2 (singlemonitor with STRUT, multimonitor without STRUT)
# NET_WORKAREA 行为:0(带 STRUT 信息的单/多监视器,如 metacity),1(总是全桌面),2(带 STRUT 的单监视器,不带 STRUT 的多监视器)
# NetWorkAreaBehaviour=0 # [0-2]
# Network device to show status for.
# 要显示其状态的网络设备
# NetworkStatusDevice="[ew]*"
# Command to run when new mail arrives.
# 新邮件到达时运行的命令
# NewMailCommand=""
# Opaque window move.
# 不透明的窗口移动
# OpaqueMove=1 # 0/1
# Opaque window resize.
# 不透明的窗口大小调整
# OpaqueResize=1 # 0/1
# Command to select and run a program.
# 选择并运行程序的命令
# OpenCommand=""
# Draw border around workspace buttons (if PagerShowPreview=1)
# 在工作区按钮周围绘制边框(如果 PagerShowPreview = 1)
# PagerShowBorders=1 # 0/1
# Show workspace name label on workspace button (if PagerShowPreview=1)
# 在工作区按钮上显示工作区名称标签(如果 PagerShowPreview = 1)
# PagerShowLabels=1 # 0/1
# Draw even minimized windows as unfilled rectangles (if PagerShowPreview=1)
# 将最小化的窗口绘制为未填充的矩形(如果 PagerShowPreview = 1)
# PagerShowMinimized=1 # 0/1
# Show number of workspace on workspace button (if PagerShowPreview=1)
# 在工作区按钮上显示工作区的数量(如果 PagerShowPreview = 1)
# PagerShowNumbers=0 # 0/1
# Show a mini desktop preview on each workspace button.
# 在每个工作区按钮上显示迷你桌面预览
# PagerShowPreview=1 # 0/1
# Draw window icons inside large enough preview windows on pager (if PagerShowPreview=1)
# 在工作区切换按钮的足够大的预览窗口内绘制窗口图标(如果 PagerShowPreview=1)
# PagerShowWindowIcons=1 # 0/1
# Pass focusing click on client area to client.
# 将聚焦客户区时的点击传递给客户
# PassFirstClickToClient=1 # 0/1
# Timeout in seconds for applications to respond to _NET_WM_PING protocol.
# 应用程序响应 _NET_WM_PING 协议的超时时间(秒)。
# PingTimeout=3 # [0-86400]
# Colormap focus follows pointer.
# 颜色映射焦点跟随指针
# PointerColormap=1 # 0/1
# Delay in ms for pointer focus switching.
# 指针聚焦切换延迟
# PointerFocusDelay=200 # [0-1000]
# Favour Xft fonts over core X11 fonts where possible.
# 尽可能支持 Xft 字体而不是核心 X11 字体
# PreferFreetypeFonts=1 # 0/1
# Enable Alt+Tab window switching.
# Alt+Tab 切换窗口
# QuickSwitch=1 # 0/1
# Show all reachable icons when quick switching.
# 快速切换时显示所有可访问的图标
# QuickSwitchAllIcons=1 # 0/1
# Fill the rectangle highlighting the current icon.
# 为当前图标绘制高亮的填充矩形
# QuickSwitchFillSelection=0 # 0/1
# Group windows by workspace together in Alt+Tab.
# 在Alt+Tab中按工作区将窗口分组
# QuickSwitchGroupWorkspaces=1 # 0/1
# Show the huge (48x48) of the window icon for the active window.
# 在活动窗口上显示巨大的(48x48)窗口图标
# QuickSwitchHugeIcon=0 # 0/1
# Go trough all window titles and choose width of the longest one.
# 遍历所有窗口的标题栏并选择最宽的宽度
# QuickSwitchMaxWidth=0 # 0/1
# Time in seconds to remember the state of Alt+Tab.
# 记住 Alt+Tab 键状态的时间(秒)
# QuickSwitchPersistence=0 # [0-86400]
# Raise a selected window while Alt+Tabbing in the QuickSwitch.
# 在快速切换中按住 Alt+Tab 键的同时,升起选定的窗口
# QuickSwitchRaiseCandidate=0 # 0/1
# Create a smaller QuickSwitch window of 1/3 screen width.
# 尝试创建一个小的快速切换窗口(屏幕宽度的1/3而不是3/5)
# QuickSwitchSmallWindow=0 # 0/1
# Show the window title above (all reachable) icons.
# 在(所有可访问的)图标上方显示窗口标题
# QuickSwitchTextFirst=0 # 0/1
# Include windows from all workspaces in Alt+Tab.
# Alt+Tab 切换到其他工作区上的窗口
# QuickSwitchToAllWorkspaces=0 # 0/1
# Enable Alt+Tab to hidden windows.
# Alt+Tab 处理隐藏窗口
# QuickSwitchToHidden=1 # 0/1
# Enable Alt+Tab to minimized windows.
# Alt+Tab 处理最小化窗口
# QuickSwitchToMinimized=1 # 0/1
# Prioritize Alt+Tab to urgent windows.
# 让 Alt+Tab 优先处理紧急窗口
# QuickSwitchToUrgent=1 # 0/1
# Place the icons and titles vertical instead of horizontal.
# 将图标和标题垂直放置,而不是水平放置
# QuickSwitchVertical=1 # 0/1
# Raise window when frame button is clicked.
# 单击框架按钮时升起窗口
# RaiseOnClickButton=1 # 0/1
# Raise window when client area clicked.
# 单击客户区时提升窗口
# RaiseOnClickClient=1 # 0/1
# Raise window when frame border is clicked.
# 单击框架边框时提升窗口
# RaiseOnClickFrame=1 # 0/1
# Raise window when title bar is clicked.
# 单击菜单栏时提升窗口
# RaiseOnClickTitleBar=1 # 0/1
# Raise window when it receives focus.
# 聚焦时提升窗口
# RaiseOnFocus=1 # 0/1
# Command to reboot the system.
# 重启系统的命令
# RebootCommand="test -e /run/systemd/system && systemctl reboot || loginctl reboot"
# Send the clicks outside menus to target window.
# 将菜单外的单击发送到目标窗口
# ReplayMenuCancelClick=0 # 0/1
# Request focus (flashing in taskbar) when application requests raise.
# 当应用程序请求提升时申请聚焦(闪动任务栏)
# RequestFocusOnAppRaise=1 # 0/1
# Command to select and run a program.
# 选择并运行程序的命令
# RunCommand=""
# Scroll bar autoscroll delay in ms.
# 滚动条自动滚动延迟
# ScrollBarDelay=30 # [0-5000]
# Inital scroll bar autoscroll delay in ms.
# 初始滚动条自动滚动延迟
# ScrollBarStartDelay=500 # [0-5000]
# Don't cut client windows by shapes set trough frame corner pixmap.
# 不要剪切窗口客户区(通过窗口框架的角落形状)
# ShapesProtectClientWindow=1 # 0/1
# Show the about menu item in the program menu.
# 在程序菜单中显示“关于”菜单项
# ShowAbout=1 # 0/1
# Show address bar in task bar.
# 在任务栏中显示地址栏
# ShowAddressBar=1 # 0/1
# Show Ellipsis in taskbar items as indicator of further collapsed content.
# 在任务栏项目中显示省略号,作为进一步折叠内容的指示器
# ShowEllipsis=1 # 0/1
# Show focus mode submenu in the program menu.
# 在程序菜单中显示“聚焦模式”子菜单
# ShowFocusModeMenu=1 # 0/1
# Show the help menu item in the program menu.
# 在程序菜单中显示“帮助”菜单
# ShowHelp=1 # 0/1
# Show logout menu in the program menu.
# 在程序菜单中显示“注销”菜单
# ShowLogoutMenu=1 # 0/1
# Show logout submenu in the program menu.
# 在程序菜单中显示“销注”子菜单
# ShowLogoutSubMenu=1 # 0/1
# Show position status window during move/resize.
# 移动/调整大小期间显示位置状态提示窗
# ShowMoveSizeStatus=1 # 0/1
# Show popup menus above mouse pointer.
# 在鼠标指针上方显示弹出菜单
# ShowPopupsAbovePointer=0 # 0/1
# Show programs submenu in the program menu.
# 在程序菜单中显示“程序”子菜单
# ShowProgramsMenu=0 # 0/1
# Show the run menu item in the program menu.
# 在程序菜单中显示“运行”菜单项
# ShowRun=1 # 0/1
# Show settings submenu in the program menu.
# 在程序菜单中显示“设置”子菜单
# ShowSettingsMenu=1 # 0/1
# Show task bar.
# 显示任务栏
# ShowTaskBar=1 # 0/1
# Show themes submenu in the program menu.
# 在程序菜单中显示“主题”子菜单
# ShowThemesMenu=1 # 0/1
# Show the window menu item in the program menu.
# 在程序菜单中显示“窗口”菜单项
# ShowWindowList=1 # 0/1
# Show name of current workspace while switching.
# 切换时显示当前工作区的名称
# ShowWorkspaceStatus=1 # 0/1
# Command to shutdown the system.
# 关闭系统的命令
# ShutdownCommand="test -e /run/systemd/system && systemctl poweroff || loginctl poweroff"
# Maximized windows can be resized.
# 最大化的窗口可以调整大小
# SizeMaximized=0 # 0/1
# Smart window placement with minimal overlap.
# 智能窗口放置(最小重叠)
# SmartPlacement=1 # 0/1
# Distance in pixels before windows snap together.
# 窗口对齐前的距离(像素)
# SnapDistance=8 # [0-64]
# Snap to nearest screen edge/window when moving windows.
# 移动窗口时捕捉到最近的屏幕边缘/窗口
# SnapMove=1 # 0/1
# Always maintain focus under mouse window (makes some keyboard support non-functional or unreliable)
# 始终保持在鼠标下窗口的焦点(会导致某些键盘支持不起作用或不可靠)
# StrongPointerFocus=0 # 0/1
# Delay in ms before activating menu submenus.
# 激活子菜单前的延迟
# SubmenuMenuActivateDelay=300 # [0-5000]
# Command to send the system to standby mode.
# 系统待机的命令
# SuspendCommand="test -e /run/systemd/system && systemctl suspend || loginctl suspend"
# Width of battery Monitor.
# 电池监视器宽度
# TaskBarApmGraphWidth=10 # [1-1000]
# Task bar at top of the screen.
# 任务栏在屏幕顶部
# TaskBarAtTop=0 # 0/1
# Auto hide task bar after delay.
# 自动隐藏任务栏
# TaskBarAutoHide=0 # 0/1
# Delay between CPU Monitor samples in ms.
# CPU 监视器采样之间的延迟(毫秒)
# TaskBarCPUDelay=500 # [10-3600000]
# The width of the CPU Monitor applet in pixels.
# CPU 监视器宽度
# TaskBarCPUSamples=20 # [2-1000]
# Use double-height task bar.
# 使用双高度任务栏
# TaskBarDoubleHeight=0 # 0/1
# Enable the system tray in the taskbar.
# 启用任务栏中的系统托盘
# TaskBarEnableSystemTray=1 # 0/1
# Auto show task bar when fullscreen window active.
# 全屏窗口激活时自动显示任务栏
# TaskBarFullscreenAutoShow=1 # 0/1
# Taskbar justify left, right or center.
# 任务栏左对齐、右对齐或居中对齐
# TaskBarJustify="left"
# Keep the task bar below regular windows.
# 将任务栏保持在常规窗口下方
# TaskBarKeepBelow=0 # 0/1
# Execute taskbar applet commands (like MailCommand, ClockCommand, ...) on single click.
# 单击即可执行任务栏小程序命令(如 MailCommand,ClockCommand 等)
# TaskBarLaunchOnSingleClick=1 # 0/1
# Delay between Memory Monitor samples in ms.
# 内存监视器采样之间的延迟(毫秒)
# TaskBarMEMDelay=500 # [10-3600000]
# The width of the Memory Monitor applet in pixels.
# 内存监视器宽度
# TaskBarMEMSamples=20 # [2-1000]
# Beep when new mail arrives.
# 新邮件到达时发出蜂鸣声
# TaskBarMailboxStatusBeepOnNewMail=0 # 0/1
# Count messages in mailbox.
# 统计邮箱中的邮件数
# TaskBarMailboxStatusCountMessages=0 # 0/1
# Delay between Net Monitor samples in ms.
# 网络监视器采样之间的延迟(毫秒)
# TaskBarNetDelay=500 # [10-3600000]
# The width of the Net Monitor applet in pixels.
# 网络监视器宽度
# TaskBarNetSamples=20 # [2-1000]
# Enable TaskBarShowAPMStatus if a battery is present.
# 如果有电池,则启用 TaskBarShowAPMStatus
# TaskBarShowAPMAuto=1 # 0/1
# Show battery status in graph mode.
# 以图形模式显示电池状态
# TaskBarShowAPMGraph=1 # 0/1
# Show battery status monitor on task bar.
# 在任务栏上显示电池状态监视器
# TaskBarShowAPMStatus=0 # 0/1
# Show battery status on task bar in time-format.
# 以时间格式在任务栏上显示电池状态
# TaskBarShowAPMTime=1 # 0/1
# Show windows from all workspaces on task bar.
# 在任务栏上显示“所有工作区的窗口”
# TaskBarShowAllWindows=0 # 0/1
# Show CPU status on task bar.
# 在任务栏上显示 CPU 状态
# TaskBarShowCPUStatus=1 # 0/1
# Show clock on task bar.
# 在任务栏上显示时钟
# TaskBarShowClock=1 # 0/1
# Show a button to collapse the taskbar.
# 显示折叠任务栏的按钮
# TaskBarShowCollapseButton=0 # 0/1
# Show memory usage status on task bar (Linux only)
# 在任务栏上显示内存使用状态(仅限 Linux)
# TaskBarShowMEMStatus=1 # 0/1
# Show mailbox status on task bar.
# 在任务栏上显示邮箱状态
# TaskBarShowMailboxStatus=1 # 0/1
# Show network status on task bar.
# 在任务栏上显示网络状态
# TaskBarShowNetStatus=1 # 0/1
# Show 'show desktop' button on taskbar (value of 2 to put after the clock)
# 在任务栏上显示“显示桌面”按钮
# TaskBarShowShowDesktopButton=1 # [0-2]
# Show 'Start' menu on task bar.
# 在任务栏上显示“开始”菜单
# TaskBarShowStartMenu=1 # 0/1
# Show transient (dialogs, ...) windows on task bar.
# 在任务栏上显示临时(对话框,…)窗口
# TaskBarShowTransientWindows=1 # 0/1
# Show application icons in the tray panel.
# 在托盘面板中显示应用程序图标
# TaskBarShowTray=1 # 0/1
# Show icons of windows on task buttons of the task bar.
# 在任务栏上显示窗口图标
# TaskBarShowWindowIcons=1 # 0/1
# Show 'window list' menu on task bar.
# 在任务栏上显示“窗口列表”菜单
# TaskBarShowWindowListMenu=1 # 0/1
# Show titles of windows on task buttons of the task bar.
# 在任务栏的任务按钮上显示窗口的标题
# TaskBarShowWindowTitles=1 # 0/1
# Show windows on the taskbar.
# 在任务栏上显示窗口按钮
# TaskBarShowWindows=1 # 0/1
# Show workspace switching buttons on task bar.
# 在任务栏上显示工作区切换按钮
# TaskBarShowWorkspaces=1 # 0/1
# Group applications with the same class name under a single task button: 0=off, 1=digits, 2=dots, 3=both.
# 将具有相同类名的应用程序分组在一个任务按钮下:0=关闭,1=数字,2=点,3=两者都有
# TaskBarTaskGrouping=0 # [0-3]
# Enable mouse wheel cycling over workspaces and task buttons in taskbar.
# 允许鼠标滚轮在任务栏中的工作区和任务按钮间循环
# TaskBarUseMouseWheel=1 # 0/1
# Task bar width as percentage of the screen width.
# 任务栏宽度占屏幕宽度的百分比
# TaskBarWidthPercentage=100 # [0-100]
# Place workspace pager on left, not right.
# 将工作区切换按钮放在左侧,而不是右侧
# TaskBarWorkspacesLeft=1 # 0/1
# Limit number of taskbar workspaces.
# 限制任务栏工作区的数量
# TaskBarWorkspacesLimit=""
# Place workspace pager on top row when using dual-height taskbar.
# 使用双高度任务栏时,将工作区切换按钮放在第一行
# TaskBarWorkspacesTop=0 # 0/1
# default number of tasks in taskbar.
# 任务栏中的默认任务数(任务按钮的默认宽度会根据任务栏宽度除以该值)
# TaskbarButtonWidthDivisor=3 # [1-50]
# Terminal emulator must accept -e option.
# 终端仿真器必须接受 -e 选项
# TerminalCommand="xterm -hold"
# Clock Time format (strftime format string)
# 时钟时间格式(strftime 格式字符串)
# TimeFormat="%X"
# Alternate Clock Time format for blinking effects.
# 备用时钟时间格式(例如,闪烁效果)
# TimeFormatAlt=""
# TitleBar mouse-button double click to maximize the window.
# 哪个鼠标按钮双击标题栏以最大化窗口
# TitleBarMaximizeButton=1 # [0-5]
# TitleBar mouse-button double click to rollup the window.
# 哪个鼠标按钮双击标题栏可卷起窗口
# TitleBarRollupButton=2 # [0-5]
# Delay in ms before tooltip window is displayed.
# 显示工具提示窗口之前的延迟
# ToolTipDelay=500 # [0-5000]
# Show an application icon in toolbar and tray tooltips.
# 在工具栏和任务栏工具提示中显示应用程序图标
# ToolTipIcon=1 # 0/1
# Time in ms before tooltip window is hidden (0 means never)
# 隐藏工具提示窗口之前的时间(0 表示从不)
# ToolTipTime=0 # [0-60000]
# Show windows from all workspaces on tray.
# 在托盘上显示所有工作区的窗口
# TrayShowAllWindows=1 # 0/1
# Support mouse wheel. When pressing Ctrl+Alt rotating the mouse wheel on the root window will cycle the focus over the windows.
# 支持鼠标滚轮
# UseMouseWheel=0 # 0/1
# Bitmask of root window button click to use in window manager.
# 在窗口管理器中使用的根窗口按钮单击的位掩码
# UseRootButtons=255 # [0-255]
# Workspace switches by moving mouse to top/bottom screen edge.
# 通过将鼠标移动到屏幕上/下边缘来切换工作区
# VerticalEdgeSwitch=0 # 0/1
# Support the Windows/Super key modifier to activate special functions. The left Super key toggles the Start menu, while the right Super key toggles the Window list window.
# 支持 win95 键盘键(Penguin/Meta/Win_L,Win_R 显示菜单)
# Win95Keys=1 # 0/1
# The list of items to be supported in the menu window (rmsnxfhualytieckw)
# 菜单中支持的项(rmsnxfhualytickw)
# WinMenuItems="rmsnxfhualytiecw"
# Add a workspace.
# 工作区名称
# WorkspaceNames=" 1 ", " 2 ", " 3 ", " 4 "
# Time before workspace status window is hidden in ms.
# 工作区状态窗口隐藏前的时间
# WorkspaceStatusTime=700 # [0-2500]
# Disable use of new XRANDR API for dual head (nvidia workaround)
# 对于多显示器,禁用新的 XRANDR API(用于 nvidia 显卡的解决方案)
# XRRDisable=0 # 0/1
# screen/output name of the primary screen.
# 主屏幕的“屏幕/输出”名称
# XRRPrimaryScreenName=""
# Primary screen for xinerama where taskbar is shown.
# 显示任务栏的 xinerama 主屏幕
# XineramaPrimaryScreen=0 # [0-63]
# -----------------------------------------------------------
# 主题相关设置。这里的设置将被主题中的设置覆盖。
# 要避免被主题覆盖,请将它们放在 ~/.icewm/prefoverride 中
# -----------------------------------------------------------
# Name of the active button font.
# 活动按钮字体的名称
# ActiveButtonFontName="-misc-dejavu sans-bold-r-normal--12-*-*-*-*-*-*-*"
# Name of the active button font.
# 活动按钮字体的名称
# ActiveButtonFontNameXft="DejaVu Sans:size=12:bold"
# Name of the active task bar item font.
# 活动任务栏项字体的名称
# ActiveTaskBarFontName="-misc-dejavu sans-bold-r-normal--12-*-*-*-*-*-*-*"
# Name of the active task bar item font.
# 活动任务栏项字体的名称
# ActiveTaskBarFontNameXft="DejaVu Sans:size=12:bold"
# Name of the active workspace button font (fallback: ActiveButtonFontName).
# 活动工作区按钮字体的名称(回退:ActiveButtonFontName)
# ActiveWorkspaceFontName="-misc-dejavu sans-medium-r-normal--12-*-*-*-*-*-*-*"
# Name of the active workspace button font (fallback: ActiveButtonFontName).
# 活动工作区按钮字体的名称(回退:ActiveButtonFontName)
# ActiveWorkspaceFontNameXft="DejaVu Sans:size=12"
# Name of the task bar battery font.
# 任务栏电池字体的名称
# ApmFontName="-misc-dejavu sans mono-medium-r-normal--14-*-*-*-*-*-*-*"
# Name of the task bar battery font.
# 任务栏电池字体的名称
# ApmFontNameXft="DejaVu Sans Mono:monospace:size=12"
# Horizontal window border.
# 水平窗口边框
# BorderSizeX=6 # [0-128]
# Vertical window border.
# 竖直窗口边框
# BorderSizeY=6 # [0-128]
# Name of the task bar clock font.
# 任务栏时钟字体的名称
# ClockFontName="-misc-dejavu sans mono-medium-r-normal--14-*-*-*-*-*-*-*"
# Name of the task bar clock font.
# 任务栏时钟字体的名称
# ClockFontNameXft="DejaVu Sans Mono:monospace:size=12"
# Border of active windows.
# 活动窗口的边框
# ColorActiveBorder="rgb:C0/C0/C0"
# Background of pressed buttons.
# 按键背景
# ColorActiveButton="rgb:E0/E0/E0"
# Text color of pressed buttons.
# 按下按钮的文本颜色
# ColorActiveButtonText="rgb:00/00/00"
# Background of selected menu item, leave empty to force transparency.
# 所选菜单项的背景,保留为空以强制透明
# ColorActiveMenuItem="rgb:A0/A0/A0"
# Text color of selected menu items.
# 所选菜单项的文字颜色
# ColorActiveMenuItemText="rgb:00/00/00"
# Background for task buttons of the active window.
# 活动窗口任务按钮的背景颜色
# ColorActiveTaskBarApp="rgb:E0/E0/E0"
# Text color for task buttons of the active window.
# 活动窗口任务按钮的文本颜色
# ColorActiveTaskBarAppText="rgb:00/00/00"
# Background of the titlebar of active windows.
# 活动窗口标题栏的背景
# ColorActiveTitleBar="rgb:00/00/A0"
# Text shadow of the titlebar of active windows.
# 活动窗口标题栏的文本阴影
# ColorActiveTitleBarShadow=""
# Text color of the titlebar of active windows.
# 活动窗口标题栏的文本颜色
# ColorActiveTitleBarText="rgb:FF/FF/FF"
# Background of the active workspace button, ColorActiveButton is used if empty.
# 活动工作区按钮的背景颜色,如果为空,则使用 ColorActiveButton
# ColorActiveWorkspaceButton=""
# Text color of the active workspace button, ColorActiveButtonText is used if empty.
# 活动工作区按钮的文本颜色,如果为空,则使用 ColorActiveButtonText
# ColorActiveWorkspaceButtonText=""
# Background of battery monitor, leave empty to force transparency.
# 电池监视器的背景,留空以强制透明
# ColorApm="rgb:00/00/00"
# Legacy option; don't use, see ColorApmBattery.
# 传统选项;不要使用,请参阅 ColorApmBattery
# ColorApmBattary="rgb:FF/FF/00"
# Color of battery monitor when discharging.
# 电池模式下电池监视器的颜色
# ColorApmBattery="rgb:FF/FF/00"
# Background color for graph mode.
# 图形模式下电池监视器的背景色
# ColorApmGraphBg="rgb:00/00/00"
# Color of battery monitor when charging.
# 电源模式下电池监视器的颜色
# ColorApmLine="rgb:00/FF/00"
# Text color of battery monitor.
# 电池监视器的文本颜色
# ColorApmText="rgb:00/FF/00"
# Idle (non) load on the CPU monitor, leave empty to force transparency.
# CPU监视器上的空闲(无)负载,留空以强制透明
# ColorCPUStatusIdle="rgb:00/00/00"
# Interrupts on the CPU monitor.
# CPU 监视器上的中断
# ColorCPUStatusInterrupts="rgb:FF/FF/00"
# IO Wait on the CPU monitor.
# CPU 监视器上的 IO 等待
# ColorCPUStatusIoWait="rgb:60/00/60"
# Nice load on the CPU monitor.
# CPU 监视器负载良好
# ColorCPUStatusNice="rgb:00/00/FF"
# Soft Interrupts on the CPU monitor.
# CPU 监视器上的软中断
# ColorCPUStatusSoftIrq="rgb:00/FF/FF"
# Involuntary Wait on the CPU monitor.
# CPU 监视器上的非自愿等待
# ColorCPUStatusSteal="rgb:FF/8A/91"
# System load on the CPU monitor.
# CPU 监视器上的系统负载
# ColorCPUStatusSystem="rgb:FF/00/00"
# Temperature of the CPU.
# CPU 温度
# ColorCPUStatusTemp="rgb:60/60/C0"
# User load on the CPU monitor.
# CPU 监视器上的用户负载
# ColorCPUStatusUser="rgb:00/FF/00"
# Background of non-LCD clock, leave empty to force transparency.
# non-LCD 时钟的背景,留空以强制透明
# ColorClock="rgb:00/00/00"
# Text color of non-LCD clock.
# non-LCD 显示器的背景
# ColorClockText="rgb:00/FF/00"
# Background of the taskbar.
# 任务栏的背景
# ColorDefaultTaskBar="rgb:C0/C0/C0"
# Background of dialog windows.
# 对话框窗口的背景
# ColorDialog="rgb:C0/C0/C0"
# Shadow of regular menu items.
# 常规菜单项的阴影
# ColorDisabledMenuItemShadow=""
# Text color of disabled menu items.
# 禁用菜单项的文本颜色
# ColorDisabledMenuItemText="rgb:80/80/80"
# Background of text entry fields (e.g., the addressbar)
# 文本输入字段的背景色(例如地址栏)
# ColorInput="rgb:FF/FF/FF"
# Background of selected text in an entry field.
# 输入字段中所选文本的背景
# ColorInputSelection="rgb:80/80/80"
# Selected text in an entry field.
# 输入字段中的选定文本
# ColorInputSelectionText="rgb:00/00/00"
# Text color of text entry fields (e.g., the addressbar)
# 文本输入字段的文本颜色(例如地址栏)
# ColorInputText="rgb:00/00/00"
# Background for task buttons of windows on other workspaces.
# 其他工作区上的窗口任务按钮的背景颜色
# ColorInvisibleTaskBarApp="rgb:80/80/80"
# Text color for task buttons of windows on other workspaces.
# 其他工作区上的窗口任务按钮的文本颜色
# ColorInvisibleTaskBarAppText="rgb:00/00/00"
# Color of keyboard layout indicator.
# 键盘布局指示器的颜色
# ColorKeyboardLayoutText=""
# Background of labels, leave empty to force transparency.
# 标签背景,留空以强制透明
# ColorLabel="rgb:C0/C0/C0"
# Text color of labels.
# 标签文字的颜色
# ColorLabelText="rgb:00/00/00"
# Background of listboxes.
# 列表框的背景
# ColorListBox="rgb:C0/C0/C0"
# Background of selected listbox items.
# 所选列表框项目的背景
# ColorListBoxSelection="rgb:80/80/80"
# Text color of selected listbox items.
# 所选列表框项目的文本颜色
# ColorListBoxSelectionText="rgb:00/00/00"
# Text color in listboxes.
# 列表框中的文字颜色
# ColorListBoxText="rgb:00/00/00"
# OS buffers usage in the memory monitor.
# 内存监视器中操作系统 buffers 的使用情况
# ColorMEMStatusBuffers="rgb:60/60/C0"
# OS cached usage in the memory monitor.
# 内存监视器中操作系统 cached 的使用情况
# ColorMEMStatusCached="rgb:80/80/FF"
# Free memory in the memory monitor.
# 内存监视器中的可用内存
# ColorMEMStatusFree="rgb:00/00/00"
# User program usage in the memory monitor.
# 内存监视器中的用户程序使用情况
# ColorMEMStatusUser="rgb:40/40/80"
# Background for task buttons of minimized windows.
# 最小化窗口的任务按钮的背景颜色
# ColorMinimizedTaskBarApp="rgb:A0/A0/A0"
# Text color for task buttons of minimized windows.
# 最小化窗口的任务按钮的文本颜色
# ColorMinimizedTaskBarAppText="rgb:00/00/00"
# Background of move/resize status window.
# 移动/调整大小状态窗口的背景颜色
# ColorMoveSizeStatus="rgb:C0/C0/C0"
# Text color of move/resize status window.
# 移动/调整大小状态窗口的文本颜色
# ColorMoveSizeStatusText="rgb:00/00/00"
# Idle (non) load on the network monitor, leave empty to force transparency.
# 网络监视器空闲(无)负载,留空以强制透明
# ColorNetIdle="rgb:00/00/00"
# Incoming load on the network monitor.
# 网络监视器上的传入负载
# ColorNetReceive="rgb:FF/00/FF"
# Outgoing load on the network monitor.
# 网络监视器上的传出负载
# ColorNetSend="rgb:FF/FF/00"
# Border of inactive windows.
# 非活动窗口的边框
# ColorNormalBorder="rgb:C0/C0/C0"
# Background of regular buttons.
# 常规按钮背景
# ColorNormalButton="rgb:C0/C0/C0"
# Text color of regular buttons.
# 常规按钮的文本颜色
# ColorNormalButtonText="rgb:00/00/00"
# Background of pop-up menus.
# 弹出菜单的背景
# ColorNormalMenu="rgb:C0/C0/C0"
# Text color of regular menu items.
# 常规菜单项的文本颜色
# ColorNormalMenuItemText="rgb:00/00/00"
# Background for task buttons of regular windows.
# 常规窗口任务按钮的背景颜色
# ColorNormalTaskBarApp="rgb:C0/C0/C0"
# Text color for task buttons of regular windows.
# 常规窗口任务按钮的文本颜色
# ColorNormalTaskBarAppText="rgb:00/00/00"
# Background of the titlebar of regular windows.
# 常规窗口标题栏的背景
# ColorNormalTitleBar="rgb:80/80/80"
# Text shadow of the titlebar of regular windows.
# 常规窗口标题栏的文本阴影
# ColorNormalTitleBarShadow=""
# Text color of the titlebar of regular windows.
# 常规窗口标题栏的文本颜色
# ColorNormalTitleBarText="rgb:00/00/00"
# Background of titlebar buttons.
# 标题栏按钮的背景
# ColorNormalTitleButton="rgb:C0/C0/C0"
# Text color of titlebar buttons.
# 标题栏按钮的文本颜色
# ColorNormalTitleButtonText="rgb:00/00/00"
# Background of workspace buttons, ColorNormalButton is used if empty.
# 工作区按钮的背景颜色,如果为空,则使用 ColorNormalButton
# ColorNormalWorkspaceButton=""
# Text color of workspace buttons, ColorNormalButtonText is used if empty.
# 工作区按钮的文本颜色,如果为空,则使用 ColorNormalButtonText
# ColorNormalWorkspaceButtonText=""
# Background of the quick switch window.
# 快速切换窗口中的背景颜色
# ColorQuickSwitch="rgb:C0/C0/C0"
# Rectangle arround the active icon in the quick switch window.
# 在快速切换窗口中围绕活动图标的矩形
# ColorQuickSwitchActive=""
# Text color in the quick switch window.
# 快速切换窗口中的文字颜色
# ColorQuickSwitchText="rgb:00/00/00"
# Scrollbar background (sliding area)
# 滚动条背景(滑动区域)
# ColorScrollBar="rgb:A0/A0/A0"
# Background of the arrow buttons in scrollbars (obsolete)
# 滚动条中箭头按钮的背景(作废)
# ColorScrollBarArrow="rgb:C0/C0/C0"
# Background of the arrow buttons in scrollbars.
# 滚动条中的箭头按钮的背景
# ColorScrollBarButton="rgb:C0/C0/C0"
# Color of active arrows on scrollbar buttons.
# 滚动条按钮上活动箭头的颜色
# ColorScrollBarButtonArrow="rgb:00/00/00"
# Color of inactive arrows on scrollbar buttons.
# 滚动条按钮上的非活动箭头的颜色
# ColorScrollBarInactiveArrow="rgb:80/80/80"
# Background of the slider button in scrollbars.
# 滚动条中的滑块按钮的背景
# ColorScrollBarSlider="rgb:C0/C0/C0"
# Background of toolbar buttons, ColorNormalButton is used if empty.
# 工具栏按钮的背景颜色,如果为空,则使用 ColorNormalButton
# ColorToolButton=""
# Text color of toolbar buttons, ColorNormalButtonText is used if empty.
# 工具栏按钮的文本颜色,如果为空,则使用 ColorNormalButtonText
# ColorToolButtonText=""
# Background of tooltips.
# 工具提示的背景
# ColorToolTip="rgb:E0/E0/00"
# Text color of tooltips.
# 工具提示的文字颜色
# ColorToolTipText="rgb:00/00/00"
# Resize corner width.
# 调整角落宽度
# CornerSizeX=24 # [0-64]
# Resize corner height.
# 调整角落高度
# CornerSizeY=24 # [0-64]
# Horizontal dialog window border.
# 水平对话框便可
# DlgBorderSizeX=2 # [0-128]
# Vertical dialog window border.
# 竖直对话框边框
# DlgBorderSizeY=2 # [0-128]
# List of gradient pixmaps in the current theme.
# 当前主题中的渐变像素图列表
# Gradients=""
# Dimension of the large icons.
# 巨大图标的尺寸
# HugeIconSize=48 # [8-128]
# Name of the input field font.
# 输入字段字体的名称
# InputFontName="-misc-dejavu sans mono-medium-r-normal--14-*-*-*-*-*-*-*"
# Name of the input field font.
# 输入字段字体的名称
# InputFontNameXft="DejaVu Sans:size=12:bold"
# Name of the label font.
# 标签字体的名称
# LabelFontName="-misc-dejavu sans-medium-r-normal--14-*-*-*-*-*-*-*"
# Name of the label font.
# 标签字体的名称
# LabelFontNameXft="DejaVu Sans:size=12"
# Dimension of the large icons.
# 大图标的尺寸
# LargeIconSize=32 # [8-128]
# Name of the window list font.
# 窗口列表字体的名称
# ListBoxFontName="-misc-dejavu sans-medium-r-normal--12-*-*-*-*-*-*-*"
# Name of the window list font.
# 窗口列表字体的名称
# ListBoxFontNameXft="DejaVu Sans:size=12"
# The theme look.
# 主题外观
# Look="nice"
# Vertical offset for the menu button icon.
# 菜单按钮图标的垂直偏移
# MenuButtonIconVertOffset=0 # [-128-128]
# Name of the menu font.
# 菜单字体的名称
# MenuFontName="-misc-dejavu sans-bold-r-normal--10-*-*-*-*-*-*-*"
# Name of the menu font.
# 菜单字体的名称
# MenuFontNameXft="DejaVu Sans:size=10:bold"
# Menu icon size.
# 菜单图标大小
# MenuIconSize=16 # [8-128]
# Name of the normal button font.
# 普通按钮字体的名称
# NormalButtonFontName="-misc-dejavu sans-medium-r-normal--12-*-*-*-*-*-*-*"
# Name of the normal button font.
# 普通按钮字体的名称
# NormalButtonFontNameXft="DejaVu Sans:size=12"
# Name of the normal task bar item font.
# 普通任务栏项目字体的名称
# NormalTaskBarFontName="-misc-dejavu sans-medium-r-normal--12-*-*-*-*-*-*-*"
# Name of the normal task bar item font.
# 普通任务栏项目字体的名称
# NormalTaskBarFontNameXft="DejaVu Sans:size=12"
# Name of the normal workspace button font (fallback: NormalButtonFontName).
# 正常工作区按钮字体的名称(回退:NormalButtonFontName)
# NormalWorkspaceFontName="-misc-dejavu sans-medium-r-normal--12-*-*-*-*-*-*-*"
# Name of the normal workspace button font (fallback: NormalButtonFontName).
# 正常工作区按钮字体的名称(回退:NormalButtonFontName)
# NormalWorkspaceFontNameXft="DejaVu Sans:size=12"
# Name of the font for Alt+Tab switcher window.
# Alt+Tab 切换窗口的字体名称
# QuickSwitchFontName="-misc-dejavu sans mono-bold-r-normal--12-*-*-*-*-*-*-*"
# Name of the font for Alt+Tab switcher window.
# Alt+Tab 切换窗口的字体名称
# QuickSwitchFontNameXft="DejaVu Sans Mono:monospace:size=12:bold"
# Horizontal margin of the quickswitch window.
# “快速切换”窗口的水平边距
# QuickSwitchHorzMargin=3 # [0-64]
# Distance between the active icon and it's border.
# 活动图标与其边框之间的距离
# QuickSwitchIconBorder=2 # [0-64]
# Vertical margin in the quickswitch window.
# 快速切换窗口的图标边距
# QuickSwitchIconMargin=4 # [0-64]
# Height of the separator between (all reachable) icons and text, 0 to avoid it.
# (所有可访问的)图标和文本之间的分隔符高度,0 表示禁用
# QuickSwitchSeparatorSize=6 # [0-64]
# Vertical margin of the quickswitch window.
# “快速切换”窗口的竖直边距
# QuickSwitchVertMargin=3 # [0-64]
# Does it support the 'O' title bar button images (for mouse rollover)
# 是否支持标题栏“O”按钮图像(用于鼠标滚动)
# RolloverButtonsSupported=0 # 0/1
# Scrollbar width.
# 滚动条宽度
# ScrollBarX=16 # [0-64]
# Scrollbar (button) height.
# 滚动条(按钮)高度
# ScrollBarY=16 # [0-64]
# Show application icon over menu button.
# 在菜单按钮上显示应用程序图标
# ShowMenuButtonIcon=1 # 0/1
# Dimension of the small icons.
# 小图标的尺寸
# SmallIconSize=16 # [8-128]
# Name of the status display font.
# 状态显示字体的名称
# StatusFontName="-misc-dejavu sans mono-bold-r-normal--12-*-*-*-*-*-*-*"
# Name of the status display font.
# 状态显示字体的名称
# StatusFontNameXft="DejaVu Sans Mono:monospace:size=12:bold"
# Task bar clock/battery monitor uses nice pixmap LCD display (but then it doesn't display correctly in many languages anymore, e.g., for Japanese and Korean it works only when a real font is used and not the LCD pixmaps.
# 任务栏时钟/电池使用漂亮的像素图 LCD 显示(但是它在许多语言中不再正确显示,例如,对于日语和韩语,它只在使用真实字体时工作,而不是 LCD 像素图)
# TaskBarClockLeds=0 # 0/1
# Height of taskbar monitoring applets.
# 任务栏监视小程序的高度
# TaskBarGraphHeight=20 # [16-1000]
# Width of taskbutton side icons.
# 任务栏按钮中图标的宽度
# TaskbuttonIconOffset=0 # [0-16]
# Name of the task bar temperature font.
# 任务栏温度字体的名称
# TempFontName="-misc-dejavu sans mono-medium-r-normal--14-*-*-*-*-*-*-*"
# Name of the task bar temperature font.
# 任务栏温度字体的名称
# TempFontNameXft="DejaVu Sans Mono:monospace:size=12"
# Theme author, e-mail address, credits.
# 主题作者,电子邮件地址,信用
# ThemeAuthor=""
# Description of the theme, credits.
# 主题描述,信用
# ThemeDescription=""
# Draw window title centered (obsoleted by TitleBarJustify)
# 绘制窗口标题居中(由 TitleBarJustify 取代)
# TitleBarCentered=0 # 0/1
# Title bar height.
# 菜单栏高度
# TitleBarHeight=20 # [0-128]
# Horizontal offset for the window title text.
# 窗口标题文本的水平偏移
# TitleBarHorzOffset=0 # [-128-128]
# Join title*S and title*T.
# 加入 title*S 和 title*T
# TitleBarJoinLeft=0 # 0/1
# Join title*T and title*B.
# 加入 title*T 和 title*B
# TitleBarJoinRight=0 # 0/1
# Justification of the window title.
# 窗口标题的对正
# TitleBarJustify=0 # [0-100]
# Vertical offset for the window title text.
# 窗口标题文本的竖直偏移
# TitleBarVertOffset=0 # [-128-128]
# Titlebar buttons from left to right (x=close, m=max, i=min, h=hide, r=rollup, s=sysmenu, d=depth)
# 从左到右的标题栏按钮(x=关闭,m=最大,i=最小,h=隐藏,r=卷起,s=系统菜单,d=深度)
# TitleButtonsLeft="s"
# Titlebar buttons from right to left (x=close, m=max, i=min, h=hide, r=rollup, s=sysmenu, d=depth)
# 从左到右的标题栏按钮(x=关闭,m=最大,i=最小,h=隐藏,r=卷起,s=系统菜单,d=深度)
# TitleButtonsRight="xmir"
# Titlebar buttons supported by theme (x,m,i,r,h,s,d)
# 主题支持的标题栏按钮(x=关闭,m=最大,i=最小,h=隐藏,r=卷起,s=系统菜单,d=深度)
# TitleButtonsSupported="xmis"
# Name of the title bar font.
# 标题栏字体的名称
# TitleFontName="-misc-dejavu sans-medium-r-normal--12-*-*-*-*-*-*-*"
# Name of the title bar font.
# 标题栏字体的名称
# TitleFontNameXft="DejaVu Sans:size=12"
# Name of the tool button font (fallback: NormalButtonFontName).
# 工具按钮字体的名称(回退:NormalButtonFontName)
# ToolButtonFontName="-misc-dejavu sans-medium-r-normal--12-*-*-*-*-*-*-*"
# Name of the tool button font (fallback: NormalButtonFontName).
# 工具按钮字体的名称(回退:NormalButtonFontName)
# ToolButtonFontNameXft="DejaVu Sans:size=12"
# Name of the tool tip font.
# 工具提示字体的名称
# ToolTipFontName="-misc-dejavu sans-medium-r-normal--12-*-*-*-*-*-*-*"
# Name of the tool tip font.
# 工具提示字体的名称
# ToolTipFontNameXft="DejaVu Sans:size=12"
# Surround the tray with plastic border.
# 用塑料边框包裹托盘
# TrayDrawBevel=0 # 0/1
# Maximum scaled height of tray icons.
# 托盘图标的最大缩放高度
# TrayIconMaxHeight=24 # [16-128]
# Maximum scaled width of tray icons.
# 托盘图标的最大缩放宽度
# TrayIconMaxWidth=32 # [16-128]
#
# icewmbg 选项
#
# Seconds between cycling over all background images, default zero is off.
# 在所有背景图像上循环的时间间隔(秒),默认值为零
# CycleBackgroundsPeriod=0 # [0-2147483647]
# Display desktop background centered and not tiled.
# 居中显示桌面背景
# DesktopBackgroundCenter=0 # 0/1
# Desktop background color(s), comma separated.
# 桌面背景色
# DesktopBackgroundColor=""
# Desktop background image(s), comma separated.
# 桌面背景图片
# DesktopBackgroundImage=""
# Paint the background image over all multihead monitors combined.
# 在所有显示器上显示背景图像
# DesktopBackgroundMultihead=0 # 0/1
# Resize desktop background to full screen.
# 将桌面背景调整为全屏
# DesktopBackgroundScaled=0 # 0/1
# Color(s) to announce for semitransparent windows.
# 半透明窗口的颜色
# DesktopTransparencyColor=""
# Image(s) to announce for semitransparent windows.
# 半透明窗口的图像
# DesktopTransparencyImage=""
# Choose a random selection from the list of background images.
# 从背景图像列表中随机选择
# ShuffleBackgroundImages=0 # 0/1
# Support for semitransparent terminals like Eterm or gnome-terminal.
# 支持半透明终端,例如 Eterm 或 gnome-terminal
# SupportSemitransparency=1 # 0/1