preferences 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339
  1. # preferences(1.3.7) - generated by genpref
  2. # This file should be copied to /etc/icewm/ or $HOME/.icewm/ directory
  3. # NOTE: All settings are commented out by default, be sure to
  4. # uncomment them if you change them!
  5. # Focus windows by clicking
  6. ClickToFocus=1 # 0/1
  7. # Focus windows when application requests to raise
  8. FocusOnAppRaise=1 # 0/1
  9. # Request focus (flashing in taskbar) when application requests raise
  10. RequestFocusOnAppRaise=1 # 0/1
  11. # Raise windows when focused
  12. RaiseOnFocus=1 # 0/1
  13. # Focus window when client area clicked
  14. FocusOnClickClient=1 # 0/1
  15. # Raise window when client area clicked
  16. RaiseOnClickClient=1 # 0/1
  17. # Raise window when title bar is clicked
  18. RaiseOnClickTitleBar=1 # 0/1
  19. # Raise window when frame button is clicked
  20. RaiseOnClickButton=1 # 0/1
  21. # Raise window when frame border is clicked
  22. RaiseOnClickFrame=1 # 0/1
  23. # Lower the active window when clicked again
  24. LowerOnClickWhenRaised=0 # 0/1
  25. # Pass focusing click on client area to client
  26. # PassFirstClickToClient=1 # 0/1
  27. # Change to the workspace of newly focused windows
  28. FocusChangesWorkspace=0 # 0/1
  29. # Focus normal window when initially mapped
  30. FocusOnMap=1 # 0/1
  31. # Focus dialog window when initially mapped
  32. FocusOnMapTransient=0 # 0/1
  33. # Focus dialog window when initially mapped only if parent frame focused
  34. FocusOnMapTransientActive=1 # 0/1
  35. # Put new windows on top even if not focusing them
  36. MapInactiveOnTop=1 # 0/1
  37. # Colormap focus follows pointer
  38. PointerColormap=1 # 0/1
  39. # Don't rotate the cursor for popup menus
  40. DontRotateMenuPointer=1 # 0/1
  41. # Limit size of windows to screen
  42. LimitSize=0 # 0/1
  43. # Limit position of windows to screen
  44. LimitPosition=1 # 0/1
  45. # Let the Dock layer limit the workspace (incompatible with GNOME Panel)
  46. # LimitByDockLayer=0 # 0/1
  47. LimitByDockLayer=1
  48. # Consider border frames when maximizing horizontally
  49. # ConsiderHBorder=0 # 0/1
  50. ConsiderHBorder=1 # 0/1
  51. # Consider border frames when maximizing vertically
  52. # ConsiderVBorder=0 # 0/1
  53. ConsiderVBorder=1 # 0/1
  54. # Center maximized windows which can't fit the screen (like terminals)
  55. # CenterMaximizedWindows=0 # 0/1
  56. CenterMaximizedWindows=1
  57. # Maximized windows can be resized
  58. # SizeMaximized=0 # 0/1
  59. SizeMaximized=1 # 0/1
  60. # Show position status window during move/resize
  61. ShowMoveSizeStatus=1 # 0/1
  62. # Show name of current workspace while switching
  63. ShowWorkspaceStatus=1 # 0/1
  64. # Display mini-icons on desktop for minimized windows
  65. MinimizeToDesktop=0 # 0/1
  66. # Place the mini-icons horizontal instead of vertical
  67. MiniIconsPlaceHorizontal=0 # 0/1
  68. # Place new mini-icons from right to left
  69. MiniIconsRightToLeft=0 # 0/1
  70. # Place new mini-icons from bottom to top
  71. MiniIconsBottomToTop=0 # 0/1
  72. # Always maintain focus under mouse window (makes some keyboard support non-functional or unreliable
  73. # StrongPointerFocus=0 # 0/1
  74. StrongPointerFocus=1 # 0/1
  75. # Opaque window move
  76. OpaqueMove=1 # 0/1
  77. # Opaque window resize
  78. OpaqueResize=1 # 0/1
  79. # Windows initially placed manually by user
  80. # ManualPlacement=0 # 0/1
  81. # Smart window placement (minimal overlap)
  82. # SmartPlacement=1 # 0/1
  83. SmartPlacement=1
  84. # Hide title bar when maximized
  85. # HideTitleBarWhenMaximized=0 # 0/1
  86. # Center large windows
  87. # CenterLarge=0 # 0/1
  88. CenterLarge=1
  89. # Center dialogs on owner window
  90. CenterTransientsOnOwner=1 # 0/1
  91. # Menus track mouse even with no mouse buttons held
  92. # MenuMouseTracking=0 # 0/1
  93. MenuMouseTracking=1 # 0/1
  94. # Auto raise windows after delay
  95. AutoRaise=0 # 0/1
  96. # Delay pointer focusing when mouse moves
  97. DelayPointerFocus=1 # 0/1
  98. # Support win95 keyboard keys (Penguin/Meta/Win_L,R shows menu)
  99. Win95Keys=1 # 0/1
  100. # Treat Super/Win modifier as Ctrl+Alt
  101. ModSuperIsCtrlAlt=1 # 0/1
  102. # Support mouse wheel
  103. # UseMouseWheel=0 # 0/1
  104. # Show popup menus above mouse pointer
  105. ShowPopupsAbovePointer=0 # 0/1
  106. # Send the clicks outside menus to target window
  107. ReplayMenuCancelClick=0 # 0/1
  108. # Alt+Tab window switching
  109. QuickSwitch=1 # 0/1
  110. # Alt+Tab to minimized windows
  111. QuickSwitchToMinimized=0 # 0/1
  112. # Alt+Tab to hidden windows
  113. QuickSwitchToHidden=1 # 0/1
  114. # Alt+Tab to windows on other workspaces
  115. QuickSwitchToAllWorkspaces=1 # 0/1
  116. # Alt+Tab: group windows on current workspace
  117. # QuickSwitchGroupWorkspaces=1 # 0/1
  118. QuickSwitchGroupWorkspaces=0 # 0/1
  119. # Show all reachable icons when quick switching
  120. # QuickSwitchAllIcons=1 # 0/1
  121. # Show the window title above (all reachable) icons
  122. # QuickSwitchTextFirst=0 # 0/1
  123. # Attempt to create a small QuickSwitch window (1/3 instead of 3/5 of screen width)
  124. # QuickSwitchSmallWindow=0 # 0/1
  125. # Go trough all window titles and choose width of the longest one
  126. # QuickSwitchMaxWidth=0 # 0/1
  127. # Place the icons and titles vertical instead of horizontal
  128. # QuickSwitchVertical=1 # 0/1
  129. # Show the huge (48x48) of the window icon for the active window
  130. # QuickSwitchHugeIcon=0 # 0/1
  131. # Fill the rectangle highlighting the current icon
  132. # QuickSwitchFillSelection=0 # 0/1
  133. # Manage root window (EXPERIMENTAL - normally enabled!)
  134. # GrabRootWindow=1 # 0/1
  135. # Snap to nearest screen edge/window when moving windows
  136. # SnapMove=1 # 0/1
  137. SnapMove=0 # 0/1
  138. # Workspace switches by moving mouse to left/right screen edge
  139. EdgeSwitch=0 # 0/1
  140. # Workspace switches by moving mouse to left/right screen edge
  141. HorizontalEdgeSwitch=0 # 0/1
  142. # Workspace switches by moving mouse to top/bottom screen edge
  143. VerticalEdgeSwitch=0 # 0/1
  144. # Workspace switches continuously when moving mouse to screen edge
  145. ContinuousEdgeSwitch=0 # 0/1
  146. # Reload menu files automatically
  147. AutoReloadMenus=1 # 0/1
  148. # Show task bar
  149. ShowTaskBar=1 # 0/1
  150. # Task bar at top of the screen
  151. TaskBarAtTop=0 # 0/1
  152. # Keep the task bar below regular windows
  153. TaskBarKeepBelow=0 # 0/1
  154. # Auto hide task bar after delay
  155. TaskBarAutoHide=0 # 0/1
  156. # Auto show task bar when fullscreen window active
  157. TaskBarFullscreenAutoShow=1 # 0/1
  158. # Show clock on task bar
  159. TaskBarShowClock=1 # 0/1
  160. # Show APM/ACPI/Battery/Power status monitor on task bar
  161. TaskBarShowAPMStatus=1 # 0/1
  162. # Show APM status on task bar in time-format
  163. TaskBarShowAPMTime=1 # 0/1
  164. # Show APM status in graph mode
  165. TaskBarShowAPMGraph=1 # 0/1
  166. # Show mailbox status on task bar
  167. TaskBarShowMailboxStatus=1 # 0/1
  168. # Beep when new mail arrives
  169. # TaskBarMailboxStatusBeepOnNewMail=0 # 0/1
  170. TaskBarMailboxStatusBeepOnNewMail=1 # 0/1
  171. # Count messages in mailbox
  172. # TaskBarMailboxStatusCountMessages=0 # 0/1
  173. TaskBarMailboxStatusCountMessages=1 # 0/1
  174. # Show workspace switching buttons on task bar
  175. TaskBarShowWorkspaces=1 # 0/1
  176. # Show windows on the taskbar
  177. TaskBarShowWindows=1 # 0/1
  178. # Show 'show desktop' button on taskbar
  179. TaskBarShowShowDesktopButton=1 # 0/1
  180. # Show Ellipsis in taskbar items
  181. ShowEllipsis=1 # 0/1
  182. # Show windows in the tray
  183. # TaskBarShowTray=1 # 0/1
  184. # Show windows from all workspaces on tray
  185. # TrayShowAllWindows=1 # 0/1
  186. TrayShowAllWindows=1 # 0/1
  187. # Show transient (dialogs, ...) windows on task bar
  188. # TaskBarShowTransientWindows=1 # 0/1
  189. TaskBarShowTransientWindows=0 # 0/1
  190. # Show windows from all workspaces on task bar
  191. # TaskBarShowAllWindows=0 # 0/1
  192. TaskBarShowAllWindows=1 # 0/1
  193. # Show icons of windows on the task bar
  194. TaskBarShowWindowIcons=1 # 0/1
  195. # Show 'Start' menu on task bar
  196. TaskBarShowStartMenu=1 # 0/1
  197. # Show 'window list' menu on task bar
  198. TaskBarShowWindowListMenu=1 # 0/1
  199. # Show CPU status on task bar (Linux & Solaris)
  200. TaskBarShowCPUStatus=1 # 0/1
  201. # Show RAM usage in CPU status tool tip
  202. CPUStatusShowRamUsage=1 # 0/1
  203. # Show swap usage in CPU status tool tip
  204. CPUStatusShowSwapUsage=1 # 0/1
  205. # Show ACPI temperature in CPU status tool tip
  206. CPUStatusShowAcpiTemp=1 # 0/1
  207. # Show CPU frequency in CPU status tool tip
  208. CPUStatusShowCpuFreq=1 # 0/1
  209. # Show network status on task bar (Linux only)
  210. TaskBarShowNetStatus=1 # 0/1
  211. # Show a button to collapse the taskbar
  212. # TaskBarShowCollapseButton=0 # 0/1
  213. TaskBarShowCollapseButton=1
  214. # Use double-height task bar
  215. # TaskBarDoubleHeight=0 # 0/1
  216. TaskBarDoubleHeight=1 # 0/1
  217. # Place workspace pager on left, not right
  218. TaskBarWorkspacesLeft=1 # 0/1
  219. # Show a mini desktop preview on each workspace button
  220. PagerShowPreview=0 # 0/1
  221. # Draw window icons inside large enough preview windows on pager (if PagerShowPreview=1)
  222. PagerShowWindowIcons=0 # 0/1
  223. # Draw even minimized windows as unfilled rectangles (if PagerShowPreview=1)
  224. PagerShowMinimized=1 # 0/1
  225. # Draw border around workspace buttons (if PagerShowPreview=1)
  226. PagerShowBorders=1 # 0/1
  227. # Show number of workspace on workspace button (if PagerShowPreview=1)
  228. PagerShowNumbers=1 # 0/1
  229. # Execute taskbar applet commands (like MailCommand, ClockCommand, ...) on single click
  230. TaskBarLaunchOnSingleClick=1 # 0/1
  231. # Allow mouse actions on client windows (buggy with some programs)
  232. ClientWindowMouseActions=1 # 0/1
  233. # Show programs submenu
  234. ShowProgramsMenu=1 # 0/1
  235. # Show settings submenu
  236. ShowSettingsMenu=1 # 0/1
  237. # Show focus mode submenu
  238. ShowFocusModeMenu=1 # 0/1
  239. # Show themes submenu
  240. ShowThemesMenu=1 # 0/1
  241. # Show logout submenu
  242. ShowLogoutMenu=1 # 0/1
  243. # Show the help menu item
  244. ShowHelp=1 # 0/1
  245. # Show logout submenu
  246. ShowLogoutSubMenu=1 # 0/1
  247. # Show the about menu item
  248. ShowAbout=1 # 0/1
  249. # Show the run menu item
  250. ShowRun=1 # 0/1
  251. # Show the window menu item
  252. #ShowWindowList=1 # 0/1
  253. # Allow to switch a window to fullscreen
  254. AllowFullscreen=1 # 0/1
  255. # Enable address bar functionality in taskbar
  256. EnableAddressBar=1 # 0/1
  257. # Show address bar in task bar
  258. # ShowAddressBar=1 # 0/1
  259. ShowAddressBar=1 # 0/1
  260. # Overrides automatic multiple byte detection
  261. MultiByte=1 # 0/1
  262. # Confirm logout
  263. ConfirmLogout=1 # 0/1
  264. # Don't cut client windows by shapes set trough frame corner pixmap
  265. ShapesProtectClientWindow=1 # 0/1
  266. # Use double buffering when redrawing the display
  267. DoubleBuffer=1 # 0/1
  268. # Disable use of new XRANDR API for dual head (nvidia workaround)
  269. XRRDisable=0 # 0/1
  270. # Pointer motion distance before click gets interpreted as drag
  271. ClickMotionDistance=4 # [0-32]
  272. # Delay before click gets interpreted as drag
  273. ClickMotionDelay=200 # [0-2000]
  274. # Multiple click time
  275. MultiClickTime=400 # [0-5000]
  276. # Delay before activating menu items
  277. MenuActivateDelay=40 # [0-5000]
  278. # Delay before activating menu submenus
  279. SubmenuMenuActivateDelay=300 # [0-5000]
  280. # Maximal width of popup menus, 2/3 of the screen's width if set to zero
  281. MenuMaximalWidth=0 # [0-16384]
  282. # Delay before tooltip window is displayed
  283. ToolTipDelay=1000 # [0-5000]
  284. # Time before tooltip window is hidden (0 means never
  285. ToolTipTime=0 # [0-60000]
  286. # Delay before task bar is hidden
  287. # AutoHideDelay=300 # [0-5000]
  288. # Delay before task bar is shown
  289. # AutoShowDelay=500 # [0-5000]
  290. # Delay before windows are auto raised
  291. # AutoRaiseDelay=400 # [0-5000]
  292. # Resistance in pixels when trying to move windows off the screen (10000 = infinite)
  293. # EdgeResistance=32 # [0-10000]
  294. # Delay for pointer focus switching
  295. # PointerFocusDelay=200 # [0-1000]
  296. # Distance in pixels before windows snap together
  297. # SnapDistance=8 # [0-64]
  298. SnapDistance=4 # [0-64]
  299. # Screen edge workspace switching delay
  300. # EdgeSwitchDelay=600 # [0-5000]
  301. # Inital scroll bar autoscroll delay
  302. # ScrollBarStartDelay=500 # [0-5000]
  303. # Scroll bar autoscroll delay
  304. # ScrollBarDelay=30 # [0-5000]
  305. # Auto scroll start delay
  306. # AutoScrollStartDelay=500 # [0-5000]
  307. # Auto scroll delay
  308. # AutoScrollDelay=60 # [0-5000]
  309. # Time before workspace status window is hidden
  310. # WorkspaceStatusTime=2500 # [0-2500]
  311. # Bitmask of root window button click to use in window manager
  312. # UseRootButtons=255 # [0-255]
  313. # Bitmask of buttons that raise the window when pressed
  314. # ButtonRaiseMask=1 # [0-255]
  315. # Desktop mouse-button click to show the window list menu
  316. # DesktopWinMenuButton=0 # [0-20]
  317. # Desktop mouse-button click to show the window list
  318. # DesktopWinListButton=2 # [0-20]
  319. # Desktop mouse-button click to show the root menu
  320. # DesktopMenuButton=3 # [0-20]
  321. # TitleBar mouse-button double click to maximize the window
  322. # TitleBarMaximizeButton=1 # [0-5]
  323. # TitleBar mouse-button double click to rollup the window
  324. # TitleBarRollupButton=2 # [0-5]
  325. # Preselect to Cancel (0) or the OK (1) button in message boxes
  326. # MsgBoxDefaultAction=0 # [0-1]
  327. # Delay between new-mail checks. (seconds)
  328. # MailCheckDelay=30 # [0-86400]
  329. MailCheckDelay=300 # [0-86400]
  330. # Width of CPU Monitor
  331. TaskBarCPUSamples=50 # [2-1000]
  332. # Delay between CPU Monitor samples in ms
  333. # TaskBarCPUDelay=500 # [10-3600000]
  334. # Clock update interval in ms
  335. # TaskBarClockUpdateInterval=1000 # [10-3600000]
  336. # Width of Net Monitor
  337. TaskBarNetSamples=50 # [2-1000]
  338. # Delay between Net Monitor samples in ms
  339. # TaskBarNetDelay=500 # [10-3600000]
  340. # default number of tasks in taskbar
  341. TaskbarButtonWidthDivisor=8 # [1-25]
  342. # Width of APM Monitor
  343. # TaskBarApmGraphWidth=10 # [1-1000]
  344. # Primary screen for xinerama (taskbar, ...)
  345. # XineramaPrimaryScreen=0 # [0-63]
  346. # Number of seconds the taskbar app will blink when requesting focus (0 = forever)
  347. # FocusRequestFlashTime=0 # [0-86400]
  348. # Taskbar blink interval (ms) when requesting focus (0 = blinking disabled)
  349. # FocusRequestFlashInterval=250 # [0-30000]
  350. # Minimal number of themes after which the Themes menu becomes nested (0=disabled)
  351. NestedThemeMenuMinNumber=25 # [0-1234]
  352. # Delay between power status updates (seconds)
  353. # BatteryPollingPeriod=10 # [2-3600]
  354. # Icon search path (colon separated)
  355. # IconPath="[~/.icewm/icons] : [~/.icewm/tile]"
  356. #IconPath="[~/.icewm/icons] : [~/.icewm/ledclock] : [~/.icewm/tile]"
  357. IconPath="~/.icewm/icons : ~/.icewm/ledclock : ~/.icewm/tile"
  358. # Mailbox path (use $MAIL instead)
  359. # MailBoxPath="~/.icewm/mail2"
  360. MailBoxPath="~/.icewm/mailbox"
  361. # Command to run on mailbox
  362. # MailCommand="xterm -name mutt -title mutt -e mutt"
  363. MailCommand="xterm -name mutt -title mutt -e mutt"
  364. # WM_CLASS to allow runonce for MailCommand
  365. # MailClassHint="mutt.XTerm"
  366. MailClassHint="mutt.XTerm"
  367. # Command to run when new mail arrives
  368. # NewMailCommand=""
  369. NewMailCommand=""
  370. # Command to lock display/screensaver
  371. # LockCommand=""
  372. # Command to run on clock
  373. # ClockCommand="xclock -name icewm -title Clock"
  374. # WM_CLASS to allow runonce for ClockCommand
  375. ClockClassHint="icewm.XClock"
  376. # Command to select and run a program
  377. RunCommand="runner -r"
  378. #
  379. # OpenCommand=""
  380. # Terminal emulator must accept -e option.
  381. # TerminalCommand="xterm"
  382. # Command to start logout
  383. # LogoutCommand=""
  384. # Command to cancel logout
  385. # LogoutCancelCommand=""
  386. # Command to shutdown the system
  387. # ShutdownCommand=""
  388. # Command to reboot the system
  389. # RebootCommand=""
  390. # Command to run on CPU status
  391. CPUStatusCommand="xterm -name top -title Process\ Status -e top"
  392. # WM_CLASS to allow runonce for CPUStatusCommand
  393. CPUStatusClassHint="top.XTerm"
  394. # Command to run on Net status
  395. NetStatusCommand="xterm -name netstat -title 'Network Status' -e netstat -c"
  396. # WM_CLASS to allow runonce for NetStatusCommand
  397. NetStatusClassHint="netstat.XTerm"
  398. # Command to run for address bar entries
  399. AddressBarCommand=""
  400. # Network device to show status for
  401. NetworkStatusDevice="ppp0 wlan0"
  402. # Clock Time format (strftime format string)
  403. # TimeFormat="%X"
  404. # Alternate Clock Time format (e.g. for blinking effects)
  405. # TimeFormatAlt=""
  406. # Clock Date format for tooltip (strftime format string)
  407. DateFormat="%c"
  408. # screen/output name of the primary screen
  409. # XRRPrimaryScreenName=""
  410. # List of battery names (directories) in /proc/acpi/battery to ignore. Useful when more slots are built-in, but only one battery is used
  411. # AcpiIgnoreBatteries=""
  412. # Mouse binding for window move
  413. MouseWinMove="Alt+Pointer_Button1"
  414. # Mouse binding for window resize
  415. MouseWinSize="Alt+Pointer_Button3"
  416. # Mouse binding to raise window
  417. MouseWinRaise="Ctrl+Alt+Pointer_Button1"
  418. #
  419. KeyWinRaise="Alt+F1"
  420. #
  421. KeyWinOccupyAll="Alt+F2"
  422. #
  423. KeyWinLower="Alt+F3"
  424. #
  425. KeyWinClose="Alt+F4"
  426. #
  427. KeyWinRestore="Alt+F5"
  428. #
  429. KeyWinPrev="Alt+Shift+F6"
  430. #
  431. KeyWinNext="Alt+F6"
  432. #
  433. KeyWinMove="Alt+F7"
  434. #
  435. KeyWinSize="Alt+F8"
  436. #
  437. KeyWinMinimize="Alt+F9"
  438. #
  439. KeyWinMaximize="Alt+F10"
  440. #
  441. KeyWinMaximizeVert="Alt+Shift+F10"
  442. #
  443. KeyWinMaximizeHoriz="Alt+Shift+F11"
  444. #
  445. KeyWinFullscreen="Alt+F11"
  446. #
  447. KeyWinHide="Alt+Shift+F12"
  448. #
  449. KeyWinRollup="Alt+F12"
  450. #
  451. KeyWinMenu="Alt+Space"
  452. #
  453. KeyWinArrangeN="Ctrl+Alt+KP_8"
  454. #
  455. KeyWinArrangeNE="Ctrl+Alt+KP_9"
  456. #
  457. KeyWinArrangeE="Ctrl+Alt+KP_6"
  458. #
  459. KeyWinArrangeSE="Ctrl+Alt+KP_3"
  460. #
  461. KeyWinArrangeS="Ctrl+Alt+KP_2"
  462. #
  463. KeyWinArrangeSW="Ctrl+Alt+KP_1"
  464. #
  465. KeyWinArrangeW="Ctrl+Alt+KP_4"
  466. #
  467. KeyWinArrangeNW="Ctrl+Alt+KP_7"
  468. #
  469. KeyWinArrangeC="Ctrl+Alt+KP_5"
  470. #
  471. KeySysSwitchNext="Alt+Tab"
  472. #
  473. KeySysSwitchLast="Alt+Shift+Tab"
  474. #
  475. KeySysWinNext="Alt+Esc"
  476. #
  477. KeySysWinPrev="Alt+Shift+Esc"
  478. #
  479. KeySysWinMenu="Shift+Esc"
  480. #
  481. KeySysDialog="Alt+Ctrl+Del"
  482. #
  483. KeySysMenu="Ctrl+Esc"
  484. #
  485. KeySysWindowList="Alt+Ctrl+Esc"
  486. #
  487. KeySysWinListMenu=""
  488. #
  489. KeySysAddressBar="Alt+Ctrl+Space"
  490. #
  491. KeySysWorkspacePrev="Alt+Ctrl+Left"
  492. #
  493. KeySysWorkspaceNext="Alt+Ctrl+Right"
  494. #
  495. KeySysWorkspaceLast="Alt+Ctrl+Down"
  496. #
  497. KeySysWorkspacePrevTakeWin="Alt+Ctrl+Shift+Left"
  498. #
  499. KeySysWorkspaceNextTakeWin="Alt+Ctrl+Shift+Right"
  500. #
  501. KeySysWorkspaceLastTakeWin="Alt+Ctrl+Shift+Down"
  502. #
  503. KeySysWorkspace1="Alt+Ctrl+1"
  504. #
  505. KeySysWorkspace2="Alt+Ctrl+2"
  506. #
  507. KeySysWorkspace3="Alt+Ctrl+3"
  508. #
  509. KeySysWorkspace4="Alt+Ctrl+4"
  510. #
  511. KeySysWorkspace5="Alt+Ctrl+5"
  512. #
  513. KeySysWorkspace6="Alt+Ctrl+6"
  514. #
  515. KeySysWorkspace7="Alt+Ctrl+7"
  516. #
  517. KeySysWorkspace8="Alt+Ctrl+8"
  518. #
  519. KeySysWorkspace9="Alt+Ctrl+9"
  520. #
  521. KeySysWorkspace10="Alt+Ctrl+0"
  522. #
  523. KeySysWorkspace11="Alt+Ctrl+bracketleft"
  524. #
  525. KeySysWorkspace12="Alt+Ctrl+bracketright"
  526. #
  527. KeySysWorkspace1TakeWin="Alt+Ctrl+Shift+1"
  528. #
  529. KeySysWorkspace2TakeWin="Alt+Ctrl+Shift+2"
  530. #
  531. KeySysWorkspace3TakeWin="Alt+Ctrl+Shift+3"
  532. #
  533. KeySysWorkspace4TakeWin="Alt+Ctrl+Shift+4"
  534. #
  535. KeySysWorkspace5TakeWin="Alt+Ctrl+Shift+5"
  536. #
  537. KeySysWorkspace6TakeWin="Alt+Ctrl+Shift+6"
  538. #
  539. KeySysWorkspace7TakeWin="Alt+Ctrl+Shift+7"
  540. #
  541. KeySysWorkspace8TakeWin="Alt+Ctrl+Shift+8"
  542. #
  543. KeySysWorkspace9TakeWin="Alt+Ctrl+Shift+9"
  544. #
  545. KeySysWorkspace10TakeWin="Alt+Ctrl+Shift+0"
  546. #
  547. KeySysWorkspace11TakeWin="Alt+Ctrl+Shift+bracketleft"
  548. #
  549. # KeySysWorkspace12TakeWin="Alt+Ctrl+Shift+bracketright"
  550. #
  551. KeySysTileVertical="Alt+Shift+F2"
  552. #
  553. KeySysTileHorizontal="Alt+Shift+F3"
  554. #
  555. KeySysCascade="Alt+Shift+F4"
  556. #
  557. KeySysArrange="Alt+Shift+F5"
  558. KeySysArrangeIcons="Alt+Shift+F8"
  559. #
  560. KeySysMinimizeAll="Alt+Shift+F9"
  561. #
  562. # KeySysHideAll="Alt+Shift+F11"
  563. #
  564. KeySysUndoArrange="Alt+Shift+F7"
  565. #
  566. # KeySysShowDesktop="Alt+Ctrl+d"
  567. #
  568. # KeySysCollapseTaskBar="Alt+Ctrl+h"
  569. #
  570. # Items supported in menu window (rmsnxfhualytickw)
  571. WinMenuItems="rmsnxfhualytickw"
  572. # -----------------------------------------------------------
  573. # Themable preferences. Themes will override these.
  574. # To override the themes, place them in ~/.icewm/prefoverride
  575. # -----------------------------------------------------------
  576. # Does it support the 'O' title bar button images (for mouse rollover)
  577. # RolloverButtonsSupported=0 # 0/1
  578. # Task bar clock/APM uses nice pixmapped 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 LEDs
  579. # TaskBarClockLeds=1 # 0/1
  580. TaskBarClockLeds=1 # 0/1
  581. # Surround the tray with plastic border
  582. # TrayDrawBevel=0 # 0/1
  583. # Draw window title centered (obsoleted by TitleBarJustify)
  584. # TitleBarCentered=0 # 0/1
  585. # Join title*S and title*T
  586. # TitleBarJoinLeft=0 # 0/1
  587. # Join title*T and title*B
  588. # TitleBarJoinRight=0 # 0/1
  589. # Show application icon over menu button
  590. # ShowMenuButtonIcon=1 # 0/1
  591. # Horizontal window border
  592. # BorderSizeX=6 # [0-128]
  593. # Vertical window border
  594. # BorderSizeY=6 # [0-128]
  595. # Horizontal dialog window border
  596. # DlgBorderSizeX=2 # [0-128]
  597. # Vertical dialog window border
  598. # DlgBorderSizeY=2 # [0-128]
  599. # Resize corner width
  600. # CornerSizeX=24 # [0-64]
  601. # Resize corner height
  602. # CornerSizeY=24 # [0-64]
  603. # Title bar height
  604. # TitleBarHeight=20 # [0-128]
  605. # Justification of the window title
  606. # TitleBarJustify=0 # [0-100]
  607. # Horizontal offset for the window title text
  608. # TitleBarHorzOffset=0 # [-128-128]
  609. # Vertical offset for the window title text
  610. # TitleBarVertOffset=0 # [-128-128]
  611. # Scrollbar width
  612. # ScrollBarX=16 # [0-64]
  613. # Scrollbar (button) height
  614. # ScrollBarY=16 # [0-64]
  615. # Menu icon size
  616. # MenuIconSize=16 # [8-128]
  617. # Dimension of the small icons
  618. # SmallIconSize=16 # [8-128]
  619. # Dimension of the large icons
  620. # LargeIconSize=32 # [8-128]
  621. # Dimension of the large icons
  622. # HugeIconSize=48 # [8-128]
  623. # Horizontal margin of the quickswitch window
  624. # QuickSwitchHorzMargin=3 # [0-64]
  625. # Vertical margin of the quickswitch window
  626. # QuickSwitchVertMargin=3 # [0-64]
  627. # Vertical margin in the quickswitch window
  628. # QuickSwitchIconMargin=4 # [0-64]
  629. # Distance between the active icon and it's border
  630. # QuickSwitchIconBorder=2 # [0-64]
  631. # Height of the separator between (all reachable) icons and text, 0 to avoid it
  632. # QuickSwitchSeparatorSize=6 # [0-64]
  633. # Theme author, e-mail address, credits
  634. # ThemeAuthor=""
  635. # Description of the theme, credits
  636. # ThemeDescription=""
  637. # Titlebar buttons from left to right (x=close, m=max, i=min, h=hide, r=rollup, s=sysmenu, d=depth)
  638. # TitleButtonsLeft="s"
  639. # Titlebar buttons from right to left (x=close, m=max, i=min, h=hide, r=rollup, s=sysmenu, d=depth)
  640. # TitleButtonsRight="xmir"
  641. # Titlebar buttons supported by theme (x,m,i,r,h,s,d)
  642. # TitleButtonsSupported="xmis"
  643. #
  644. # TitleFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"
  645. #
  646. # TitleFontNameXft="sans-serif:size=12"
  647. #
  648. # MenuFontName="-*-sans-bold-r-*-*-*-100-*-*-*-*-*-*"
  649. #
  650. # MenuFontNameXft="sans-serif:size=10:bold"
  651. #
  652. # StatusFontName="-*-monospace-bold-r-*-*-*-120-*-*-*-*-*-*"
  653. #
  654. # StatusFontNameXft="monospace:size=12:bold"
  655. #
  656. # QuickSwitchFontName="-*-monospace-bold-r-*-*-*-120-*-*-*-*-*-*"
  657. #
  658. # QuickSwitchFontNameXft="monospace:size=12:bold"
  659. #
  660. # NormalButtonFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"
  661. #
  662. # NormalButtonFontNameXft="sans-serif:size=12"
  663. #
  664. # ActiveButtonFontName="-*-sans-bold-r-*-*-*-120-*-*-*-*-*-*"
  665. #
  666. # ActiveButtonFontNameXft="sans-serif:size=12:bold"
  667. #
  668. # NormalTaskBarFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"
  669. #
  670. # NormalTaskBarFontNameXft="sans-serif:size=12"
  671. #
  672. # ActiveTaskBarFontName="-*-sans-bold-r-*-*-*-120-*-*-*-*-*-*"
  673. #
  674. # ActiveTaskBarFontNameXft="sans-serif:size=12:bold"
  675. # fallback: NormalButtonFontName
  676. # ToolButtonFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"
  677. # fallback: NormalButtonFontName
  678. # ToolButtonFontNameXft="sans-serif:size=12"
  679. # fallback: NormalButtonFontName
  680. # NormalWorkspaceFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"
  681. # fallback: NormalButtonFontName
  682. # NormalWorkspaceFontNameXft="sans-serif:size=12"
  683. # fallback: ActiveButtonFontName
  684. # ActiveWorkspaceFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"
  685. # fallback: ActiveButtonFontName
  686. # ActiveWorkspaceFontNameXft="sans-serif:size=12"
  687. #
  688. # MinimizedWindowFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"
  689. #
  690. # MinimizedWindowFontNameXft="sans-serif:size=12"
  691. #
  692. # ListBoxFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"
  693. #
  694. # ListBoxFontNameXft="sans-serif:size=12"
  695. #
  696. # ToolTipFontName="-*-sans-medium-r-*-*-*-120-*-*-*-*-*-*"
  697. #
  698. # ToolTipFontNameXft="sans-serif:size=12"
  699. #
  700. # ClockFontName="-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"
  701. #
  702. # ClockFontNameXft="monospace:size=12"
  703. #
  704. # ApmFontName="-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"
  705. #
  706. # ApmFontNameXft="monospace:size=12"
  707. #
  708. # InputFontName="-*-monospace-medium-r-*-*-*-140-*-*-*-*-*-*"
  709. #
  710. # InputFontNameXft="monospace:size=12"
  711. #
  712. # LabelFontName="-*-sans-medium-r-*-*-*-140-*-*-*-*-*-*"
  713. #
  714. # LabelFontNameXft="sans-serif:size=12"
  715. # Background of dialog windows
  716. # ColorDialog="rgb:C0/C0/C0"
  717. # Border of inactive windows
  718. # ColorNormalBorder="rgb:C0/C0/C0"
  719. # Border of active windows
  720. # ColorActiveBorder="rgb:C0/C0/C0"
  721. # Background of regular buttons
  722. # ColorNormalButton="rgb:C0/C0/C0"
  723. # Textcolor of regular buttons
  724. # ColorNormalButtonText="rgb:00/00/00"
  725. # Background of pressed buttons
  726. # ColorActiveButton="rgb:E0/E0/E0"
  727. # Textcolor of pressed buttons
  728. # ColorActiveButtonText="rgb:00/00/00"
  729. # Background of titlebar buttons
  730. # ColorNormalTitleButton="rgb:C0/C0/C0"
  731. # Textcolor of titlebar buttons
  732. # ColorNormalTitleButtonText="rgb:00/00/00"
  733. # Background of toolbar buttons, ColorNormalButton is used if empty
  734. # ColorToolButton=""
  735. # Textcolor of toolbar buttons, ColorNormalButtonText is used if empty
  736. # ColorToolButtonText=""
  737. # Background of workspace buttons, ColorNormalButton is used if empty
  738. # ColorNormalWorkspaceButton=""
  739. # Textcolor of workspace buttons, ColorNormalButtonText is used if empty
  740. # ColorNormalWorkspaceButtonText=""
  741. # Background of the active workspace button, ColorActiveButton is used if empty
  742. # ColorActiveWorkspaceButton=""
  743. # Textcolor of the active workspace button, ColorActiveButtonText is used if empty
  744. # ColorActiveWorkspaceButtonText=""
  745. # Background of the titlebar of regular windows
  746. # ColorNormalTitleBar="rgb:80/80/80"
  747. # Textcolor of the titlebar of regular windows
  748. # ColorNormalTitleBarText="rgb:00/00/00"
  749. # Textshadow of the titlebar of regular windows
  750. # ColorNormalTitleBarShadow=""
  751. # Background of the titlebar of active windows
  752. # ColorActiveTitleBar="rgb:00/00/A0"
  753. # Textcolor of the titlebar of active windows
  754. # ColorActiveTitleBarText="rgb:FF/FF/FF"
  755. # Textshadow of the titlebar of active windows
  756. # ColorActiveTitleBarShadow=""
  757. # Background for mini icons of regular windows
  758. # ColorNormalMinimizedWindow="rgb:C0/C0/C0"
  759. # Textcolor for mini icons of regular windows
  760. # ColorNormalMinimizedWindowText="rgb:00/00/00"
  761. # Background for mini icons of active windows
  762. # ColorActiveMinimizedWindow="rgb:E0/E0/E0"
  763. # Textcolor for mini icons of active windows
  764. # ColorActiveMinimizedWindowText="rgb:00/00/00"
  765. # Background of pop-up menus
  766. # ColorNormalMenu="rgb:C0/C0/C0"
  767. # Textcolor of regular menu items
  768. # ColorNormalMenuItemText="rgb:00/00/00"
  769. # Background of selected menu item, leave empty to force transparency
  770. # ColorActiveMenuItem="rgb:A0/A0/A0"
  771. # Textcolor of selected menu items
  772. # ColorActiveMenuItemText="rgb:00/00/00"
  773. # Textcolor of disabled menu items
  774. # ColorDisabledMenuItemText="rgb:80/80/80"
  775. # Shadow of regular menu items
  776. # ColorDisabledMenuItemShadow=""
  777. # Background of move/resize status window
  778. # ColorMoveSizeStatus="rgb:C0/C0/C0"
  779. # Textcolor of move/resize status window
  780. # ColorMoveSizeStatusText="rgb:00/00/00"
  781. # Background of the quick switch window
  782. # ColorQuickSwitch="rgb:C0/C0/C0"
  783. # Textcolor in the quick switch window
  784. # ColorQuickSwitchText="rgb:00/00/00"
  785. # Rectangle arround the active icon in the quick switch window
  786. # ColorQuickSwitchActive=""
  787. # Background of the taskbar
  788. # ColorDefaultTaskBar="rgb:C0/C0/C0"
  789. # Background for task buttons of regular windows
  790. # ColorNormalTaskBarApp="rgb:C0/C0/C0"
  791. # Textcolor for task buttons of regular windows
  792. # ColorNormalTaskBarAppText="rgb:00/00/00"
  793. # Background for task buttons of the active window
  794. # ColorActiveTaskBarApp="rgb:E0/E0/E0"
  795. # Textcolor for task buttons of the active window
  796. # ColorActiveTaskBarAppText="rgb:00/00/00"
  797. # Background for task buttons of minimized windows
  798. # ColorMinimizedTaskBarApp="rgb:A0/A0/A0"
  799. # Textcolor for task buttons of minimized windows
  800. # ColorMinimizedTaskBarAppText="rgb:00/00/00"
  801. # Background for task buttons of windows on other workspaces
  802. # ColorInvisibleTaskBarApp="rgb:80/80/80"
  803. # Textcolor for task buttons of windows on other workspaces
  804. # ColorInvisibleTaskBarAppText="rgb:00/00/00"
  805. # Scrollbar background (sliding area)
  806. # ColorScrollBar="rgb:A0/A0/A0"
  807. # Background of the slider button in scrollbars
  808. # ColorScrollBarSlider="rgb:C0/C0/C0"
  809. # Background of the arrow buttons in scrollbars
  810. # ColorScrollBarButton="rgb:C0/C0/C0"
  811. # Background of the arrow buttons in scrollbars (obsolete)
  812. # ColorScrollBarArrow="rgb:C0/C0/C0"
  813. # Color of active arrows on scrollbar buttons
  814. # ColorScrollBarButtonArrow="rgb:00/00/00"
  815. # Color of inactive arrows on scrollbar buttons
  816. # ColorScrollBarInactiveArrow="rgb:80/80/80"
  817. # Background of listboxes
  818. # ColorListBox="rgb:C0/C0/C0"
  819. # Textcolor in listboxes
  820. # ColorListBoxText="rgb:00/00/00"
  821. # Background of selected listbox items
  822. # ColorListBoxSelection="rgb:80/80/80"
  823. # Textcolor of selected listbox items
  824. # ColorListBoxSelectionText="rgb:00/00/00"
  825. # Background of tooltips
  826. # ColorToolTip="rgb:E0/E0/00"
  827. # Textcolor of tooltips
  828. # ColorToolTipText="rgb:00/00/00"
  829. # Background of labels, leave empty to force transparency
  830. # ColorLabel="rgb:C0/C0/C0"
  831. # Textcolor of labels
  832. # ColorLabelText="rgb:00/00/00"
  833. # Background of text entry fields (e.g. the addressbar)
  834. # ColorInput="rgb:FF/FF/FF"
  835. # Textcolor of text entry fields (e.g. the addressbar)
  836. # ColorInputText="rgb:00/00/00"
  837. # Background of selected text in an entry field
  838. # ColorInputSelection="rgb:80/80/80"
  839. # Selected text in an entry field
  840. # ColorInputSelectionText="rgb:00/00/00"
  841. # Background of non-LCD clock, leave empty to force transparency
  842. # ColorClock="rgb:00/00/00"
  843. # Background of non-LCD monitor
  844. # ColorClockText="rgb:00/FF/00"
  845. # Background of APM monitor, leave empty to force transparency
  846. # ColorApm="rgb:00/00/00"
  847. # Textcolor of APM monitor
  848. # ColorApmText="rgb:00/FF/00"
  849. # Color of APM monitor in battary mode
  850. # ColorApmBattary="rgb:FF/FF/00"
  851. # Color of APM monitor in line mode
  852. # ColorApmLine="rgb:00/FF/00"
  853. # Background color for graph mode
  854. # ColorApmGraphBg="rgb:00/00/00"
  855. # User load on the CPU monitor
  856. # ColorCPUStatusUser="rgb:00/FF/00"
  857. # System load on the CPU monitor
  858. # ColorCPUStatusSystem="rgb:FF/00/00"
  859. # Interrupts on the CPU monitor
  860. # ColorCPUStatusInterrupts="rgb:FF/FF/00"
  861. # IO Wait on the CPU monitor
  862. # ColorCPUStatusIoWait="rgb:60/00/60"
  863. # Soft Interrupts on the CPU monitor
  864. # ColorCPUStatusSoftIrq="rgb:00/FF/FF"
  865. # Nice load on the CPU monitor
  866. # ColorCPUStatusNice="rgb:00/00/FF"
  867. # Idle (non) load on the CPU monitor, leave empty to force transparency
  868. # ColorCPUStatusIdle="rgb:00/00/00"
  869. # Outgoing load on the network monitor
  870. # ColorNetSend="rgb:FF/FF/00"
  871. # Incoming load on the network monitor
  872. # ColorNetReceive="rgb:FF/00/FF"
  873. # Idle (non) load on the network monitor, leave empty to force transparency
  874. # ColorNetIdle="rgb:00/00/00"
  875. # List of gradient pixmaps in the current theme
  876. # Gradients=""
  877. #
  878. WorkspaceNames="1", "2", "3", "4", "5", "6", "7", "8"
  879. #
  880. # icewmbg preferences
  881. #
  882. # IMPORTANT: You MUST run icewmbg (probably before icewm)
  883. # to set the background!
  884. #
  885. # Display desktop background centered and not tiled
  886. DesktopBackgroundCenter=1 # 0/1
  887. # Support for semitransparent terminals like Eterm or gnome-terminal
  888. SupportSemitransparency=1 # 0/1
  889. # Desktop background scaled to full screen
  890. # DesktopBackgroundScaled=0 # 0/1
  891. DesktopBackgroundScaled=1 # 0/1
  892. # Desktop background color
  893. DesktopBackgroundColor="rgb:00/00/00"
  894. # Desktop background image
  895. DesktopBackgroundImage="doom-wallpaper-grayscale.jpg"
  896. # Color to announce for semi-transparent windows
  897. # DesktopTransparencyColor=""
  898. #
  899. # Image to announce for semi-transparent windows
  900. # DesktopTransparencyImage=""
  901. #