jwm.1 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524
  1. .\"
  2. .\" groff -man -Tascii jwm.1
  3. .\"
  4. .TH jwm 1 "2020-12-02" "v2.2.0"
  5. .SH NAME
  6. JWM - Joe's Window Manager
  7. .SH SYNOPSIS
  8. .BR jwm " [options]"
  9. .SH DESCRIPTION
  10. JWM is a window manager for the X11 Window System.
  11. .SH OPTIONS
  12. \fB\-display\fP \fIdisplay\fP
  13. .RS
  14. This option specifies the display to use; see \fBX\fP(1).
  15. .RE
  16. .P
  17. .B "-exit"
  18. .RS
  19. Exit JWM by sending _JWM_EXIT to the root window.
  20. .RE
  21. .P
  22. .B "-h"
  23. .RS
  24. Display a help message and exit.
  25. .RE
  26. .P
  27. .B "-p"
  28. .RS
  29. Parse the configuration file and exit.
  30. It is a good idea to use this after making modifications to the configuration
  31. file to ensure there are no errors.
  32. .RE
  33. .P
  34. .B "-restart"
  35. .RS
  36. Restart JWM by sending _JWM_RESTART to the root window.
  37. .RE
  38. .P
  39. .B "-reload"
  40. .RS
  41. Reload menus by sending _JWM_RELOAD to the root window.
  42. .RE
  43. .P
  44. .B "-v"
  45. .RS
  46. Display version information and exit.
  47. .RE
  48. .SH FILES
  49. .IP "/freon/etc/system.jwmrc"
  50. The default JWM configuration file.
  51. .IP "~/.jwmrc"
  52. Local configuration file. Copy the default configuration file to this
  53. location to make user-specific changes.
  54. .SH CONFIGURATION
  55. .B OVERVIEW
  56. .RS
  57. Configuration of JWM is done by editing ".jwmrc". This file is XML
  58. making it easy to edit, either by hand or programmatically. The
  59. example.jwmrc gives an example configuration file.
  60. Before restarting JWM, it is a good idea to run "jwm \-p" to make
  61. sure the configuration file is free of errors. Otherwise you may end up
  62. without a root menu.
  63. .RE
  64. .P
  65. .B "ROOT MENU"
  66. .RS
  67. The root menu in JWM is the primary way of starting programs.
  68. It also provides a way to restart or exit the window manager.
  69. The outer most tag is \fBRootMenu\fP. The following attributes are
  70. supported:
  71. .P
  72. \fBonroot\fP \fIlist\fP
  73. .RS
  74. Determine which buttons on the root window activate the menu.
  75. This is a list of integers specifying buttons. The default is "123".
  76. Note that multiple root menus may be specified by using different
  77. buttons for different menus. The range of possible button values is
  78. \fB0\fP to \fB9\fP inclusive.
  79. .RE
  80. .P
  81. \fBheight\fP \fIint\fP
  82. .RS
  83. Height of each menu item in pixels. 0 indicates the largest menu item
  84. will determine the height. The default is 0.
  85. .RE
  86. .P
  87. \fBlabeled\fP \fIbool\fP
  88. .RS
  89. Determines if a label appears at the top of the menu. Default is false.
  90. .RE
  91. .P
  92. \fBlabel\fP \fIstring\fP
  93. .RS
  94. The label to display at the top of the menu. Default is "JWM".
  95. .RE
  96. .P
  97. Within the \fBRootMenu\fP tag, the following tags are supported:
  98. .P
  99. .B Menu
  100. .RS
  101. This tag creates a submenu item. Any of the tags allowed within the
  102. \fBRootMenu\fP tag, including the \fBMenu\fP tag are allowed within this
  103. element. The following attributes are supported:
  104. .P
  105. \fBheight\fP \fIint\fP
  106. .RS
  107. Height of each menu item in pixels. 0 indicates the largest menu item
  108. will determine the height. The default is inherited from the parent menu.
  109. .RE
  110. .P
  111. \fBlabel\fP \fIstring\fP
  112. .RS
  113. The label to use. No default.
  114. .RE
  115. .P
  116. \fBicon\fP \fIstring\fP
  117. .RS
  118. The icon to use for this menu. No default.
  119. .RE
  120. .P
  121. \fBlabeled\fP \fIbool\fP
  122. .RS
  123. Determines if a label appears at the top of the menu. Default is false.
  124. .RE
  125. .RE
  126. .P
  127. .B Include
  128. .RS
  129. Include the contents of a file into the menu structure. The file must
  130. start with a "JWM" tag. The file is specified by the text of the tag.
  131. If the text starts with "exec:" then the output of a program is used.
  132. .RE
  133. .P
  134. .B Program
  135. .RS
  136. The \fBProgram\fP tag provides a way to start an external program. The text
  137. in this tag is the command used to start the program.
  138. The following attributes are supported:
  139. .P
  140. \fBlabel\fP \fIstring\fP
  141. .RS
  142. The label to display. Default is the text of the tag.
  143. .RE
  144. .P
  145. \fBicon\fP \fIstring\fP
  146. .RS
  147. The icon to use. No default.
  148. .RE
  149. .RE
  150. .P
  151. .B Separator
  152. .RS
  153. This tag simply puts a line in the menu allowing menu divisions.
  154. No text or attributes are used.
  155. .RE
  156. .P
  157. .B Desktops
  158. .RS
  159. Add a desktop menu. This will add a submenu with a list of desktops that
  160. can be used to change the current desktop.
  161. The following attributes are supported:
  162. .P
  163. \fBlabel\fP \fIstring\fP
  164. .RS
  165. The label to use for the menu. The default is "Desktops".
  166. .RE
  167. .P
  168. \fBicon\fP \fIstring\fP
  169. .RS
  170. The icon to use for this item. No default.
  171. .RE
  172. .RE
  173. .P
  174. .B SendTo
  175. .RS
  176. Add a "send to" menu to the menu. After selecting an item from this menu,
  177. a window may be selected to send that window to the selected desktop.
  178. The following attributes are supported:
  179. .P
  180. \fBlabel\fP \fIstring\fP
  181. .RS
  182. The label to use. The default is "SendTo".
  183. .RE
  184. .P
  185. \fBicon\fP \fIstring\fP
  186. .RS
  187. The icon to use for this item. No default.
  188. .RE
  189. .RE
  190. .P
  191. .B Stick
  192. .RS
  193. Add a stick/unstick window operation to the menu. After selecting this
  194. item a window may be selected to toggle the sticky state of that window.
  195. The following attributes are supported:
  196. .P
  197. \fBlabel\fP \fIstring\fP
  198. .RS
  199. The label to use. The default is "Stick".
  200. .RE
  201. .P
  202. \fBicon\fP \fIstring\fP
  203. .RS
  204. The icon to use for this item. No default.
  205. .RE
  206. .RE
  207. .P
  208. .B Maximize
  209. .RS
  210. Add a maximize window operation to the menu. After selecting this
  211. item a window may be selected to toggle the maximized state of that window.
  212. The following attributes are supported:
  213. .P
  214. \fBlabel\fP \fIstring\fP
  215. .RS
  216. The label to use. The default is "Maximize".
  217. .RE
  218. .P
  219. \fBicon\fP \fIstring\fP
  220. .RS
  221. The icon to use for this item. No default.
  222. .RE
  223. .RE
  224. .P
  225. .B Minimize
  226. .RS
  227. Add a minimize window operation to the menu. After selecting this
  228. item a window may be selected to minimize that window.
  229. The following attributes are supported:
  230. .P
  231. \fBlabel\fP \fIstring\fP
  232. .RS
  233. The label to use. The default is "Minimize".
  234. .RE
  235. .P
  236. \fBicon\fP \fIstring\fP
  237. .RS
  238. The icon to use for this item. No default.
  239. .RE
  240. .RE
  241. .P
  242. .B Shade
  243. .RS
  244. Add a shade/unshade window operation to the menu. After selecting this
  245. item a window may be selected to toggle the shaded status of that window.
  246. The following attributes are supported:
  247. .P
  248. \fBlabel\fP \fIstring\fP
  249. .RS
  250. The label to use. The default is "Shade".
  251. .RE
  252. .P
  253. \fBicon\fP \fIstring\fP
  254. .RS
  255. The icon to use for this item. No default.
  256. .RE
  257. .RE
  258. .P
  259. .B Move
  260. .RS
  261. Add a move window operation to the menu. After selecting this
  262. item a window may be selected to move that window.
  263. The following attributes are supported:
  264. .P
  265. \fBlabel\fP \fIstring\fP
  266. .RS
  267. The label to use. The default is "Move".
  268. .RE
  269. .P
  270. \fBicon\fP \fIstring\fP
  271. .RS
  272. The icon to use for this item. No default.
  273. .RE
  274. .RE
  275. .P
  276. .B Resize
  277. .RS
  278. Add a resize window operation to the menu. After selecting this
  279. item a window may be selected to resize that window.
  280. The following attributes are supported:
  281. .P
  282. \fBlabel\fP \fIstring\fP
  283. .RS
  284. The label to use. The default is "Resize".
  285. .RE
  286. .P
  287. \fBicon\fP \fIstring\fP
  288. .RS
  289. The icon to use for this item. No default.
  290. .RE
  291. .RE
  292. .P
  293. .B Kill
  294. .RS
  295. Add a kill window operation to the menu. After selecting this
  296. item a window may be selected to kill that window.
  297. The following attributes are supported:
  298. .P
  299. \fBlabel\fP \fIstring\fP
  300. .RS
  301. The label to use. The default is "Kill".
  302. .RE
  303. .P
  304. \fBicon\fP \fIstring\fP
  305. .RS
  306. The icon to use for this item. No default.
  307. .RE
  308. .RE
  309. .P
  310. .B Close
  311. .RS
  312. Add a close window operation to the menu. After selecting this
  313. item a window may be selected to close that window.
  314. The following attributes are supported:
  315. .P
  316. \fBlabel\fP \fIstring\fP
  317. .RS
  318. The label to use. The default is "Close".
  319. .RE
  320. .P
  321. \fBicon\fP \fIstring\fP
  322. .RS
  323. The icon to use for this item. No default.
  324. .RE
  325. .RE
  326. .P
  327. .B Restart
  328. .RS
  329. This tag adds a menu item to restart the window manager.
  330. The following attributes are supported:
  331. .P
  332. \fBlabel\fP \fIstring\fP
  333. .RS
  334. The label to use. The default is "Restart".
  335. .RE
  336. .P
  337. \fBicon\fP \fIstring\fP
  338. .RS
  339. The icon to use. No default.
  340. .RE
  341. .RE
  342. .P
  343. .B Exit
  344. .RS
  345. This tag adds a menu item to exit the window manager. If text is
  346. present within this tag, it is interpreted as a command to run when JWM
  347. exits. This can be used to start another window manager.
  348. The following attributes are supported:
  349. .P
  350. \fBlabel\fP \fIstring\fP
  351. .RS
  352. The label to use. The default is "Exit".
  353. .RE
  354. .P
  355. \fBicon\fP \fIstring\fP
  356. .RS
  357. The icon to use. No default.
  358. .RE
  359. .P
  360. \fBconfirm\fP \fIbool\fP
  361. .RS
  362. Determine if a confirm dialog appears before exiting. Default is true.
  363. .RE
  364. .P
  365. Note that confirm dialogs can be disabled completely at the compile-time.
  366. .RE
  367. .RE
  368. .B TRAYS
  369. .RS
  370. One or more trays may be created via the \fBTray\fP tag.
  371. This tag supports the following attributes:
  372. .P
  373. \fBautohide\fP \fIbool\fP
  374. .RS
  375. Allows this tray to hide itself when not activated. Default is false.
  376. .RE
  377. .P
  378. \fBx\fP \fIint\fP
  379. .RS
  380. The x-coordinate of the tray. This may be negative to indicate an offset
  381. from the right of the screen.
  382. .RE
  383. .P
  384. \fBy\fP \fIint\fP
  385. .RS
  386. The y-coordinate of the tray. This may be negative to indicate an offset
  387. from the bottom of the screen.
  388. .RE
  389. .P
  390. \fBwidth\fP \fIint\fP
  391. .RS
  392. The width of the tray. 0 indicates that the tray should compute an
  393. optimal width depending on what it contains and the layout. 0 is the
  394. default.
  395. .RE
  396. .P
  397. \fBheight\fP \fIint\fP
  398. .RS
  399. The height of the tray. 0 indicates that the tray should compute an
  400. optimal height depending on what it contains and the layout. 0 is the
  401. default.
  402. .RE
  403. .P
  404. \fBborder\fP \fIint\fP
  405. .RS
  406. The width of the border. The default is 1. Valid values are between 0 and 32
  407. inclusive.
  408. .RE
  409. .P
  410. \fBlayer\fP { \fBbelow\fP | \fBnormal\fP | \fBabove\fP }
  411. .RS
  412. The layer of the tray. The default is \fBabove\fP.
  413. .RE
  414. .P
  415. \fBlayout\fP { \fBvertical\fP | \fBhorizontal\fP }
  416. .RS
  417. The layout of the tray. The default is \fBhorizontal\fP.
  418. .RE
  419. .P
  420. \fBvalign\fP { \fBfixed\fP | \fBtop\fP | \fBcenter\fP | \fBbottom\fP }
  421. .RS
  422. The vertical alignment of the tray. The default is \fBfixed\fP.
  423. .RE
  424. .P
  425. \fBhalign\fP { \fBfixed\fP | \fBleft\fP | \fBcenter\fP | \fBright\fP }
  426. .RS
  427. The horizontal alignment of the tray. The default is \fBfixed\fP.
  428. .RE
  429. .P
  430. Within this tag the following tags are supported:
  431. .P
  432. .B Clock
  433. .RS
  434. Add a clock to the tray. The text of this tag is a command to run
  435. when the clock is clicked. This tag supports the following attributes:
  436. .P
  437. \fBformat\fP \fIstring\fP
  438. .RS
  439. The format of the clock. See \fBstrftime\fP(3).
  440. .RE
  441. .P
  442. \fBzone\fP \fIstring\fP
  443. .RS
  444. The time zone of the clock. See \fBtzset\fP(3).
  445. .RE
  446. .P
  447. \fBwidth\fP \fIint\fP
  448. .RS
  449. The width of the clock. 0 indicates that the width should be determined
  450. from the length of the text to be displayed.
  451. .RE
  452. .P
  453. \fBheight\fP \fIint\fP
  454. .RS
  455. The height of the clock. 0 indicates that the height should be determined
  456. from the font used.
  457. .RE
  458. .RE
  459. .P
  460. .B Dock
  461. .RS
  462. Add a dock for system notifications. This can be used by those programs
  463. that use the _NET_SYSTEM_TRAY_Sn selection. The size of the Dock is
  464. dynamic based on the size of the tray and the number of items contained.
  465. Only one Dock is allowed per instance of JWM. This tag supports the
  466. following attribute:
  467. .P
  468. \fBwidth\fP \fIint\fP
  469. .RS
  470. The maximum width of an item contained in the dock. This defaults to
  471. the width or height of the tray (whichever is smaller).
  472. .RE
  473. .RE
  474. .P
  475. .B Pager
  476. .RS
  477. Add a pager to the tray.
  478. A pager shows a miniature representation of a desktop.
  479. When over the pager, the scroll wheel will switch desktops.
  480. Holding down the right mouse button allows you
  481. to drag a window around in the pager which changes its position on the
  482. real desktop.
  483. You can also drag a window in the pager from one desktop to another.
  484. This tag supports the following attributes:
  485. .P
  486. \fBlabeled\fP \fIbool\fP
  487. .RS
  488. Determines if the pager has text labels. Default is false.
  489. .RE
  490. .P
  491. Also see the \fBPAGER STYLE\fP section for more information.
  492. .RE
  493. .P
  494. .B Spacer
  495. .RS
  496. Add empty space to the tray.
  497. This tag supports the following attributes:
  498. .P
  499. \fBwidth\fP \fIint\fP
  500. .RS
  501. The width of the spacer (0 to fill all available space). 0 is the default.
  502. .RE
  503. .P
  504. \fBheight\fP \fIint\fP
  505. .RS
  506. The height of the spacer (0 to fill all available space). 0 is the default.
  507. .RE
  508. .RE
  509. .P
  510. .B Swallow
  511. .RS
  512. Swallow a program into the tray. The text of this tag gives the
  513. command to run.
  514. This tag supports the following attributes:
  515. .P
  516. \fBname\fP \fIstring\fP
  517. .RS
  518. The name of the program to swallow. This attribute is required.
  519. .RE
  520. .P
  521. \fBwidth\fP \fIint\fP
  522. .RS
  523. The width of the swallowed program. 0 indicates that the width should
  524. be determined from the tray and size requested from the program. 0 is
  525. the default.
  526. .RE
  527. .P
  528. \fBheight\fP \fIint\fP
  529. .RS
  530. The height of the swallowed program. 0 indicates that the height should
  531. be determined from the tray and the size requested from the program. 0 is
  532. the default.
  533. .RE
  534. .RE
  535. .P
  536. .B TaskList
  537. .RS
  538. Add a task list to the tray.
  539. This tag supports the following attributes:
  540. .P
  541. \fBborder\fP \fIbool\fP
  542. .RS
  543. Determines if items in the task list have a border. Default is true.
  544. .RE
  545. .P
  546. \fBmaxwidth\fP \fIint\fP
  547. .RS
  548. The maximum width of an item in the task list. 0 indicates no maximum.
  549. The default is 0.
  550. .RE
  551. .RE
  552. .P
  553. .B TrayButton
  554. .RS
  555. Add a button to the tray. The text of this tag determines what action to
  556. take when the button is clicked. The following actions are supported:
  557. .P
  558. \fBroot:\fP\fIn\fP
  559. .RS
  560. Show root menu \fIn\fP.
  561. Note that the default TrayButton action is \fBroot:1\fP.
  562. .RE
  563. .P
  564. \fBexec:\fP \fIstring\fP
  565. .RS
  566. Execute a command.
  567. .RE
  568. .P
  569. \fBshowdesktop\fP
  570. .RS
  571. Minimize all windows on the current desktop.
  572. .RE
  573. .P
  574. This tag supports the following attributes:
  575. .P
  576. \fBborder\fP \fIbool\fP
  577. .RS
  578. Determines if a the button has a border. Default is true.
  579. .RE
  580. .P
  581. \fBlabel\fP \fIstring\fP
  582. .RS
  583. A label to display. No default.
  584. .RE
  585. .P
  586. \fBpopup\fP \fIstring\fP
  587. .RS
  588. A string to be displayed for a popup. This will default to the value
  589. specified for \fBlabel\fP, if provided. If neither \fBpopup\fP nor
  590. \fBlabel\fP are specified no popup will be shown.
  591. .RE
  592. .P
  593. \fBicon\fP \fIstring\fP
  594. .RS
  595. An icon to display. No default.
  596. .RE
  597. .RE
  598. .RE
  599. .B INCLUDES
  600. .RS
  601. Other configuration files may be included under the JWM tag via the
  602. \fBInclude\fP tag. The text of this tag specifies the location of an
  603. additional configuration file. The path may be relative to the location
  604. JWM was started, an absolute path, or a path referencing an environment
  605. variable (using '$'). The format of the configuration file is the same as
  606. the main configuration file.
  607. .RE
  608. .B "GROUP SETTINGS"
  609. .RS
  610. Program groups allow one to specify options which apply to a group of
  611. programs by name and/or class. A program group is created with the
  612. \fBGroup\fP tag. As many program groups can be created as desired.
  613. If one or more \fBName\fP tags is specified, at least one name must
  614. match. Likewise, if one or more \fBClass\fP tags is specified, at least
  615. one class must match.
  616. JWM matches using extended POSIX regular expressions for both \fBName\fP
  617. and \fBClass\fP tags. See \fBregex\fP(7).
  618. Within the \fBGroup\fP tag the following tags are supported:
  619. .P
  620. .B Name
  621. .RS
  622. The window name of a program to match to be in this group (the
  623. first string in WM_CLASS).
  624. .RE
  625. .B Class
  626. .RS
  627. The window class for a program to match to be in this group (the
  628. second string in WM_CLASS).
  629. .RE
  630. .B Option
  631. .RS
  632. An option for this group. Possible options are:
  633. .P
  634. .B border
  635. .RS
  636. Causes windows in this group to have a border.
  637. .RE
  638. .P
  639. .B centered
  640. .RS
  641. Center windows in this group upon initial placement instead of using
  642. cascaded placement.
  643. .RE
  644. .P
  645. .B constrain
  646. .RS
  647. Constrain windows in this group to the screen.
  648. .RE
  649. .P
  650. \fBdesktop:\fP\fI#\fP
  651. .RS
  652. The desktop on which windows in this group will be started.
  653. .RE
  654. .P
  655. .B hmax
  656. .RS
  657. Make windows in this group maximize horizontally.
  658. .RE
  659. .P
  660. \fBicon:\fP\fIstring\fP
  661. .RS
  662. The icon to be used for windows in this group.
  663. .RE
  664. .P
  665. .B iignore
  666. .RS
  667. Ignore the size increment hint when maximizing windows in this group.
  668. .RE
  669. .P
  670. \fBlayer:\fP\fIstring\fP
  671. .RS
  672. The layer on which windows in this group will be started.
  673. Valid options are \fBbelow\fP, \fBnormal\fP, and \fBabove\fP
  674. .RE
  675. .P
  676. .B maximized
  677. .RS
  678. Make windows in this group initially maximized.
  679. .RE
  680. .P
  681. .B minimized
  682. .RS
  683. Make windows in this group initially minimized.
  684. .RE
  685. .P
  686. .B noborder
  687. .RS
  688. Causes windows in this group to be displayed without a border.
  689. .RE
  690. .P
  691. .B nofocus
  692. .RS
  693. Prevents windows in the group from grabbing the focus when mapped.
  694. .RE
  695. .P
  696. .B nolist
  697. .RS
  698. Causes the tray to ignore windows in this group.
  699. .RE
  700. .P
  701. .B nopager
  702. .RS
  703. Causes the pager to ignore windows in this group.
  704. .RE
  705. .P
  706. .B noshade
  707. .RS
  708. Prevent windows in this group from being shaded.
  709. .RE
  710. .P
  711. .B notitle
  712. .RS
  713. Causes windows in this group to be displayed without a title bar.
  714. .RE
  715. .P
  716. .B noturgent
  717. .RS
  718. Ignore the urgent hint for windows in this group.
  719. .RE
  720. .P
  721. \fBopacity:\fP\fI#\fP
  722. .RS
  723. Set the opacity for windows in this group.
  724. The value is a number between 0.0 and 1.0 inclusive.
  725. .RE
  726. .P
  727. .B pignore
  728. .RS
  729. Ignore initial window position requested by program.
  730. .RE
  731. .P
  732. .B shaded
  733. .RS
  734. Make windows in this group initially shaded.
  735. .RE
  736. .P
  737. .B sticky
  738. .RS
  739. Make windows in this group sticky.
  740. .RE
  741. .P
  742. .B tiled
  743. .RS
  744. Attempt to tile windows in this group upon initial placement.
  745. If tiled placement fails, windows will fall back to cascaded placement
  746. (the default) or centered if specified.
  747. .RE
  748. .P
  749. .B title
  750. .RS
  751. Forces windows in this group to have a title bar.
  752. .RE
  753. .P
  754. .B vmax
  755. .RS
  756. Make windows in this group maximize vertically.
  757. .RE
  758. .RE
  759. .RE
  760. .B "WINDOW STYLE"
  761. .RS
  762. The \fBWindowStyle\fP tag controls the look of window borders.
  763. Within this tag, the following tags are supported:
  764. .P
  765. .B Font
  766. .RS
  767. The font used for title bars. See the \fBFONTS\fP section for more information.
  768. .RE
  769. .P
  770. .B Width
  771. .RS
  772. The width of window borders in pixels. The default is 4, the minimum is 1,
  773. and the maximum is 128.
  774. .RE
  775. .P
  776. .B Height
  777. .RS
  778. The height of window title bars in pixels. The default is 20, the minimum
  779. is 2, and the maximum is 256.
  780. .RE
  781. .P
  782. .P
  783. .B Active
  784. .RS
  785. The colors/opacity used for the active window. See the \fBCOLORS\fP section for
  786. more information on colors. The following tags are supported:
  787. .P
  788. .B Text
  789. .RS
  790. The color of text on the title bar.
  791. The default is white.
  792. .RE
  793. .P
  794. .B Title
  795. .RS
  796. The color of the title bar (gradients are supported).
  797. The default is #CC7700:#884400.
  798. .RE
  799. .P
  800. .B Opacity
  801. .RS
  802. The opacity of the window. This is a floating point value between 0.0 and 1.0.
  803. The default is 1.0.
  804. Note that a composite manager, such as xcompmgr, is required for this.
  805. .RE
  806. .P
  807. .B Outline
  808. .RS
  809. The color of the window outline.
  810. The default is black.
  811. .RE
  812. .RE
  813. .P
  814. .B Inactive
  815. .RS
  816. The colors used for inactive windows. See the \fBCOLORS\fP section for
  817. more information on colors. The following tags are supported:
  818. .P
  819. .B Text
  820. .RS
  821. The color of text on the title bar.
  822. The default is white.
  823. .RE
  824. .P
  825. .B Title
  826. .RS
  827. The color of the title bar (gradients are supported).
  828. The default is #333333:#111111.
  829. .RE
  830. .P
  831. .B Opacity
  832. .RS
  833. The opacity of inactive windows. This is a floating point value between
  834. 0.0 and 1.0. The default is 0.75. Note that a composite manager, such as
  835. xcompmgr, is required for this.
  836. .RE
  837. .P
  838. .B Outline
  839. .RS
  840. The color of the window outline.
  841. The default is black.
  842. .RE
  843. .RE
  844. .RE
  845. .B "TRAY STYLE"
  846. .RS
  847. The \fBTrayStyle\fP tag controls the look of trays.
  848. Within this tag the following tag is supported:
  849. .P
  850. .B Font
  851. .RS
  852. The default tray font to use. See the \fBFONTS\fP section for more
  853. information.
  854. .RE
  855. .P
  856. .B Foreground
  857. .RS
  858. The default foreground color. See the \fBCOLORS\fP section for
  859. more information.
  860. .RE
  861. .P
  862. .B Background
  863. .RS
  864. The default background color. See the \fBCOLORS\fP section for
  865. more information.
  866. .RE
  867. .P
  868. .B ActiveForeground
  869. .RS
  870. The default foreground color for active items.
  871. See the \fBCOLORS\fP section for more information.
  872. .RE
  873. .P
  874. .B ActiveBackground
  875. .RS
  876. The default background color for active items.
  877. See the \fBCOLORS\fP section for more information.
  878. .RE
  879. .P
  880. .B Opacity
  881. .RS
  882. The opacity of trays. This is a floating point value between 0.0 and 1.0.
  883. Note that a composite manager, such as xcompmgr, is required for this.
  884. .RE
  885. .RE
  886. .B "TASK LIST STYLE"
  887. .RS
  888. The \fBTaskListStyle\fP tag controls the look of task lists.
  889. This tag supports the following attribute:
  890. .P
  891. \fBinsert\fP \fImode\fP
  892. .RS
  893. This determines how new items are added to the task list. Valid options
  894. are \fBleft\fP and \fBright\fP. The default is \fBright\fP.
  895. .RE
  896. .P
  897. Within this tag the following tags are supported:
  898. .P
  899. .B Font
  900. .RS
  901. The font used for program names.
  902. Inherited from \fBTrayStyle\fP by default.
  903. See the \fBFONTS\fP section for more information.
  904. .RE
  905. .P
  906. .B Foreground
  907. .RS
  908. The foreground color of the task list items.
  909. Inherited from \fBTrayStyle\fP by default.
  910. See the \fBCOLORS\fP section for more information.
  911. .RE
  912. .P
  913. .B Background
  914. .RS
  915. The background color of the task list items (gradients are supported).
  916. Inherited from \fBTrayStyle\fP by default.
  917. See the \fBCOLORS\fP section for more information.
  918. .RE
  919. .P
  920. .B ActiveForeground
  921. .RS
  922. The foreground color of an active item on the task list.
  923. Inherited from \fBTrayStyle\fP by default.
  924. See the \fBCOLORS\fP section for more information.
  925. .RE
  926. .P
  927. .B ActiveBackground
  928. .RS
  929. The background color of an active item on the task list
  930. (gradients are supported).
  931. Inherited from \fBTrayStyle\fP by default.
  932. See the \fBCOLORS\fP section for more information.
  933. .RE
  934. .RE
  935. .B "TRAY BUTTON STYLE"
  936. .RS
  937. The \fBTrayButtonStyle\fP tag controls the look of tray buttons.
  938. Within this tag, the following tags are supported.
  939. .P
  940. .B Font
  941. .RS
  942. The font used for tray buttons.
  943. Inherited from \fBTrayStyle\fP by default.
  944. See the \fBFONTS\fP section for more information.
  945. .RE
  946. .P
  947. .B Foreground
  948. .RS
  949. The foreground color for tray buttons.
  950. Inherited from \fBTrayStyle\fP by default.
  951. See the \fBCOLORS\fP section for more information.
  952. .RE
  953. .P
  954. .B Background
  955. .RS
  956. The background color for tray buttons (gradients are supported).
  957. Inherited from \fBTrayStyle\fP by default.
  958. See the \fBCOLORS\fP section for more information.
  959. .RE
  960. .B ActiveForeground
  961. .RS
  962. The foreground color for pressed tray buttons.
  963. Inherited from \fBTrayStyle\fP by default.
  964. See the \fBCOLORS\fP section for more information.
  965. .RE
  966. .B ActiveBackground
  967. .RS
  968. The background color for pressed tray buttons (gradients are supported).
  969. Inherited from \fBTrayStyle\fP by default.
  970. See the \fBCOLORS\fP section for more information.
  971. .RE
  972. .RE
  973. .B "CLOCK STYLE"
  974. .RS
  975. The \fBClockStyle\fP tag controls the look of clocks.
  976. Within this tag, the following tags are supported.
  977. .P
  978. .B Font
  979. .RS
  980. The font used for clocks.
  981. Inherited from \fBTrayStyle\fP by default.
  982. See the \fBFONTS\fP section for more information.
  983. .RE
  984. .P
  985. .B Foreground
  986. .RS
  987. The color of the text.
  988. Inherited from \fBTrayStyle\fP by default.
  989. See the \fBCOLORS\fP section for more information.
  990. .RE
  991. .P
  992. .B Background
  993. .RS
  994. The background color.
  995. Inherited from \fBTrayStyle\fP by default.
  996. See the \fBCOLORS\fP section for more information.
  997. .RE
  998. .RE
  999. .B "PAGER STYLE"
  1000. .RS
  1001. The \fBPagerStyle\fP tag controls the look of pagers.
  1002. Within this tag, the following tags are supported:
  1003. .P
  1004. .B Outline
  1005. .RS
  1006. The color of the outline around windows shown in the pager. See the
  1007. \fBCOLORS\fP section for more information.
  1008. .RE
  1009. .P
  1010. .B Foreground
  1011. .RS
  1012. The color of inactive windows shown in the pager. See the \fBCOLORS\fP
  1013. section for more information.
  1014. .RE
  1015. .P
  1016. .B Background
  1017. .RS
  1018. The background color of inactive desktops shown in the pager. See the
  1019. \fBCOLORS\fP section for more information.
  1020. .RE
  1021. .P
  1022. .B ActiveForeground
  1023. .RS
  1024. The color of active windows shown in the pager. See the \fBCOLORS\fP section
  1025. for more information.
  1026. .RE
  1027. .P
  1028. .B ActiveBackground
  1029. .RS
  1030. The background color of active desktops shown in the pager. See the \fBCOLORS\fP
  1031. section for more information.
  1032. .RE
  1033. .P
  1034. .B Text
  1035. .RS
  1036. The color to use for pager labels. See the \fBCOLORS\fP
  1037. section for more information.
  1038. .RE
  1039. .P
  1040. .B Font
  1041. .RS
  1042. The font to use for pager labels. See the \fBCOLORS\fP section
  1043. for more information.
  1044. .RE
  1045. .RE
  1046. .B "MENU STYLE"
  1047. .RS
  1048. The \fBMenuStyle\fP tag controls the look of the menus in JWM
  1049. (this includes the root menu and window menus).
  1050. Within this tag the following tags are supported:
  1051. .P
  1052. .B Font
  1053. .RS
  1054. The font used on menus See the \fBFONTS\fP section for more information.
  1055. .RE
  1056. .P
  1057. .B Foreground
  1058. .RS
  1059. The text color of inactive menu items. See the \fBCOLORS\fP section for more
  1060. information.
  1061. .RE
  1062. .P
  1063. .B Background
  1064. .RS
  1065. The background color of inactive menu items. See the \fBCOLORS\fPsection for
  1066. more information.
  1067. .RE
  1068. .P
  1069. .B ActiveForeground
  1070. .RS
  1071. The text color of active menu items.
  1072. See the \fBCOLORS\fP section for more information.
  1073. .RE
  1074. .P
  1075. .B ActiveBackground
  1076. .RS
  1077. Text background color of active menu items (gradients are supported).
  1078. See the \fBCOLORS\fP section for more information.
  1079. .RE
  1080. .P
  1081. .B Opacity
  1082. .RS
  1083. The opacity of menus. This is a floating point value between 0.0 and 1.0.
  1084. Note that a composite manager, such as xcompmgr, is required for this.
  1085. .RE
  1086. .RE
  1087. .B "POPUP STYLE"
  1088. .RS
  1089. The \fBPopupStyle\fP tag controls the look of popup windows such as those
  1090. shown when the mouse sits over a task list item.
  1091. This tag supports the following attributes:
  1092. .P
  1093. \fBdelay\fP \fIint\fP
  1094. .RS
  1095. The delay in milliseconds before popups activate.
  1096. The default is 600.
  1097. .RE
  1098. .P
  1099. \fBenabled\fP \fIbool\fP
  1100. .RS
  1101. Determine if popups are shown. Default is true.
  1102. .RE
  1103. .P
  1104. Within this tag the following tags are supported:
  1105. .P
  1106. .B Font
  1107. .RS
  1108. The font to use. See the \fBFONTS\fP section for more information.
  1109. .RE
  1110. .P
  1111. .B Outline
  1112. .RS
  1113. The color of the window outline. See the \fBCOLORS\fP section for more
  1114. information.
  1115. .RE
  1116. .P
  1117. .B Foreground
  1118. .RS
  1119. The text color. See the \fBCOLORS\fP section for more information.
  1120. .RE
  1121. .P
  1122. .B Background
  1123. .RS
  1124. The background color. See the \fBCOLORS\fP section for more information.
  1125. .RE
  1126. .RE
  1127. .B FONTS
  1128. .RS
  1129. Fonts for various parts of JWM are specified within a \fBFont\fP tag. The
  1130. text of this tag determines the font to use.
  1131. This can be either a standard X font string or, if compiled with XFT
  1132. support, an XFT font string.
  1133. .RE
  1134. .B COLORS
  1135. .RS
  1136. Colors for various parts of JWM are specified within specific tags
  1137. (described above). Colors may either be hex triplets in RGB format
  1138. (for example, #FF0000 is red) or by a name recognized by the X server.
  1139. For components that support gradients, two colors may be specified
  1140. separated by a colon.
  1141. .RE
  1142. .B ICONS
  1143. .RS
  1144. Icons for windows that don't supply an icon via the _NET_WM_ICON hint are
  1145. located by searching the icon search path(s) for an icon whose name
  1146. (minus the ".xpm" or ".png" extension) matches the instance name of the
  1147. window as returned in the WM_CLASS hint. If this lookup fails, a default
  1148. icon is supplied. This icon will be displayed for the window on it's title
  1149. bar and on the task list. Icons that are not an appropriate size will be
  1150. scaled. Square icons work best.
  1151. .P
  1152. For menu items, the icon path is searched for a match. the icon specified for
  1153. a menu item must be the exact name of the icon file with the extension.
  1154. If no match is found, a blank area will appear where the icon should appear.
  1155. If an icon is not specified for any menu item in a menu, no space will be
  1156. allocated for icons.
  1157. .P
  1158. Zero or more \fBIconPath\fP tags may be specified. The text of this tag is
  1159. assumed to be an absolute directory path to a directory containing XPM,
  1160. PNG, and/or JPEG icons.
  1161. When searching for icons, if multiple paths are provided, they will be
  1162. searched in order until a match is made.
  1163. Note that icon, PNG, JPEG, and XPM support are compile-time options.
  1164. .RE
  1165. .B "KEY BINDINGS"
  1166. .RS
  1167. Keyboard bindings in JWM are specified in \fBKey\fP tags.
  1168. Either the \fBkey\fP or \fBkeycode\fP attributes must be specified
  1169. to determine which key will cause an action. The optional
  1170. attribute, \fBmask\fP, specifies what key mask, if any, must be in effect
  1171. for the binding to match. Finally, the text of the \fBKey\fP tag is the
  1172. action to perform.
  1173. .P
  1174. One or more of the following key masks may be specified for \fBmask\fP
  1175. (see \fBxmodmap\fP(1)):
  1176. .RS
  1177. .IP \fBA\fP
  1178. The "Alt" key (mod1).
  1179. .IP \fBC\fP
  1180. Control
  1181. .IP \fBS\fP
  1182. Shift
  1183. .IP \fB1\fP
  1184. mod1
  1185. .IP \fB2\fP
  1186. mod2
  1187. .IP \fB3\fP
  1188. mod3
  1189. .IP \fB4\fP
  1190. mod4
  1191. .IP \fB5\fP
  1192. mod5
  1193. .RE
  1194. .P
  1195. The key specified in the \fBkey\fP attribute must contain a valid key
  1196. string for \fBXStringToKeysym\fP(3). These values are usually what one would
  1197. expect (for example, the escape key is called "Escape").
  1198. .P
  1199. Valid actions for a key binding are:
  1200. .RS
  1201. .IP \fBup\fP
  1202. Move up. Not grabbed.
  1203. .IP \fBdown\fP
  1204. Move down. Not grabbed.
  1205. .IP \fBright\fP
  1206. Move right. Not grabbed.
  1207. .IP \fBleft\fP
  1208. Move left. Not grabbed.
  1209. .IP \fBescape\fP
  1210. Stop a move/resize, exit a menu, or cancel an action. Not grabbed.
  1211. .IP \fBfullscreen\fP
  1212. Toggle between fullscreen and not fullscreen. Grabbed.
  1213. .IP \fBselect\fP
  1214. Make a menu selection or confirm an action. Not grabbed.
  1215. .IP \fBnext\fP
  1216. Move to the next window in the task list. Grabbed.
  1217. .IP \fBnextstacked\fP
  1218. Move to the next window in the stacking order. Grabbed.
  1219. .IP \fBprev\fP
  1220. Move to the previous window in the task list. Grabbed.
  1221. .IP \fBprevstacked\fP
  1222. Move to the previous window in the stacking order. Grabbed.
  1223. .IP \fBclose\fP
  1224. Close the active window. Grabbed.
  1225. .IP \fBminimize\fP
  1226. Minimize the active window. Grabbed.
  1227. .IP \fBmaximize\fP
  1228. Maximize the active window. Grabbed.
  1229. .IP \fBshade\fP
  1230. Shade the active window. Grabbed.
  1231. .IP \fBstick\fP
  1232. Stick/unstick the active window. Grabbed.
  1233. .IP \fBmove\fP
  1234. Move the active window. Grabbed.
  1235. .IP \fBresize\fP
  1236. Resize the active window. Grabbed.
  1237. .IP \fBroot:\fP\fIn\fP
  1238. Show root menu \fIn\fP. Grabbed.
  1239. .IP \fBwindow\fP
  1240. Show the window menu for the active window. Grabbed.
  1241. .IP \fBdesktop#\fP
  1242. Switch to a specific desktop. To use this, "#" must be specified in
  1243. the key section. The number 1 to the number of desktops configured
  1244. are then substituted for "#". Grabbed.
  1245. .IP \fBrdesktop\fP
  1246. Move one desktop to the right. Grabbed.
  1247. .IP \fBldesktop\fP
  1248. Move one desktop to the left. Grabbed.
  1249. .IP \fBudesktop\fP
  1250. Move up one desktop. Grabbed.
  1251. .IP \fBddesktop\fP
  1252. Move down one desktop. Grabbed.
  1253. .IP \fBshowdesktop\fP
  1254. Show/hide the desktop (maximize/minimize all windows). Grabbed.
  1255. .IP \fBshowtray\fP
  1256. Unhide the tray (when using autohide). Grabbed.
  1257. .IP \fBexec:\fP\fIcommand\fP
  1258. Execute \fIcommand\fP. Grabbed.
  1259. .IP \fBrestart\fP
  1260. Restart JWM. Grabbed.
  1261. .RE
  1262. .P
  1263. Note that keys that are grabbed will not be available to applications other
  1264. than JWM since JWM will interpret these. Also note that there are no
  1265. default key bindings. Finally, it is possible to bind multiple key
  1266. combinations to the same action.
  1267. .RE
  1268. .B "MOUSE BINDINGS"
  1269. .RS
  1270. Any button other than the scroll wheel (buttons 4 and 5) on the root
  1271. window will bring up the root menu unless otherwise specified via the
  1272. \fBonroot\fP attribute of \fBRootMenu\fP. Scrolling up on the root window
  1273. switches to the left desktop and scrolling down switches to the right desktop.
  1274. .P
  1275. Button 1 (typically the left button):
  1276. .RS
  1277. Over the border, dragging resizes the window.
  1278. Over the title bar, dragging moves the window and double clicking toggles
  1279. the maximized state.
  1280. Over the menu button, clicking shows the menu.
  1281. Over the minimize button, clicking minimizes the window.
  1282. Over the maximize button, clicking toggles between maximized and normal.
  1283. Over the close button, clicking closes the window.
  1284. .RE
  1285. .P
  1286. Button 2 (typically the middle button):
  1287. .RS
  1288. Over the maximize button, clicking toggles between vertically maximized
  1289. and normal.
  1290. Anywhere else on a window frame, dragging while holding button 2 will
  1291. move the window.
  1292. .RE
  1293. .P
  1294. Button 3 (typically the right button):
  1295. .RS
  1296. Over the frame, clicking shows the window menu.
  1297. On the minimize button, clicking toggles between shaded and unshaded.
  1298. On the maximize button, clicking toggles between horizontally maximized
  1299. and normal.
  1300. On the close button, clicking closes the window.
  1301. Over the pager, dragging while holding button 3 will move a window.
  1302. .RE
  1303. .RE
  1304. .P
  1305. .RS
  1306. Scrolling up over the title bar will shade the window and scrolling down
  1307. will unshade the window.
  1308. When a menu is open, the scroll wheel will move through menu items.
  1309. When over the pager, the scroll wheel will switch desktops.
  1310. When over a task list, the scroll wheel will switch windows.
  1311. .RE
  1312. .B DESKTOPS
  1313. .RS
  1314. Virtual desktops are controlled with the \fBDesktops\fP tag.
  1315. Within this tag the following attribute is supported:
  1316. .P
  1317. \fBwidth\fP \fIint\fP
  1318. .RS
  1319. The number of virtual desktops in the horizontal direction.
  1320. The default is 4.
  1321. .RE
  1322. .P
  1323. \fBheight\fP \fIint\fP
  1324. .RS
  1325. The number of virtual desktops in the vertical direction.
  1326. The default is 1.
  1327. .RE
  1328. .P
  1329. Within the \fBDesktops\fP tag the following tags are supported:
  1330. .P
  1331. .B Background
  1332. .RS
  1333. The default background for desktops. The \fBtype\fP attribute determines
  1334. the type of background and the text contained within this tag is the
  1335. value. Valid types are:
  1336. .P
  1337. .B solid
  1338. .RS
  1339. A solid color. See the \fBCOLORS\fP section for more information.
  1340. This is the default.
  1341. .RE
  1342. .B gradient
  1343. .RS
  1344. A gradient color. See the \fBCOLORS\fP section for more information.
  1345. .RE
  1346. .B image
  1347. .RS
  1348. A stretched image. This may be an XPM, PNG, or JPEG image. Note that support
  1349. for XPM, PNG, and JPEG images must be compiled in and icon support is required.
  1350. .RE
  1351. .B tile
  1352. .RS
  1353. A tiled image. Like \fIimage\fP, but the image is tiled instead of stretched.
  1354. .RE
  1355. .B command
  1356. .RS
  1357. A command to run for setting the background.
  1358. .RE
  1359. .RE
  1360. .P
  1361. .B Desktop
  1362. .RS
  1363. Desktop-specific data. The \fBname\fP attribute may be specified to name
  1364. the desktop (the default is the desktop number). Within this tag a
  1365. \fBBackground\fP tag may be specified for a desktop-specific background.
  1366. See \fBBackground\fP above for more information.
  1367. .RE
  1368. .RE
  1369. .B "OTHER SETTINGS"
  1370. .P
  1371. .RS
  1372. The following tags may also be supplied:
  1373. .P
  1374. .B ButtonClose
  1375. .RS
  1376. An icon to display for the close button on client windows instead of the
  1377. default.
  1378. .RE
  1379. .B ButtonMax
  1380. .RS
  1381. An icon to display for the maximize button on client windows instead of the
  1382. default.
  1383. .RE
  1384. .B ButtonMaxActive
  1385. .RS
  1386. An icon to display for the maximize button on maximized client windows instead
  1387. of the default.
  1388. .RE
  1389. .B ButtonMin
  1390. .RS
  1391. An icon to display for the minimize button on client windows instead
  1392. of the default.
  1393. .RE
  1394. .B DoubleClickDelta
  1395. .RS
  1396. The number of pixels the mouse can move during a double click.
  1397. The default is 2. Valid values are between 0 and 32 inclusive.
  1398. .RE
  1399. .P
  1400. .B DoubleClickSpeed
  1401. .RS
  1402. The maximum number of milliseconds between clicks for a double click.
  1403. The default is 400. Valid values are between 1 and 2000 inclusive.
  1404. .RE
  1405. .P
  1406. .B FocusModel
  1407. .RS
  1408. The focus model to be used. The default is "sloppy". Valid values
  1409. are "click" (click to focus) and "sloppy" (focus follows mouse).
  1410. .RE
  1411. .P
  1412. .B MoveMode
  1413. .RS
  1414. The move mode. The default is "opaque". Valid values are
  1415. "opaque" and "outline".
  1416. This tag supports the following attributes:
  1417. .P
  1418. \fBcoordinates\fP { \fBoff\fP | \fBcorner\fP | \fBwindow\fP | \fBscreen\fP }
  1419. .RS
  1420. The location of the status window. The default is \fBscreen\fP.
  1421. .RE
  1422. .P
  1423. \fBdelay\fP \fIint\fP
  1424. .RS
  1425. The delay in milliseconds before moving a window to a different desktop.
  1426. Setting this to 0 disables dragging windows between desktops.
  1427. The default is 1000.
  1428. .RE
  1429. .RE
  1430. .P
  1431. .B ResizeMode
  1432. .RS
  1433. The resize mode. The default is "opaque". Valid values are
  1434. "opaque" and "outline". The optional \fBcoordinates\fP attribute
  1435. determines the location of the move status window. Possible values are:
  1436. This tag supports the following attribute:
  1437. .P
  1438. \fBcoordinates\fP { \fBoff\fP | \fBcorner\fP | \fBwindow\fP | \fBscreen\fP }
  1439. .RS
  1440. The location of the status window. The default is \fBscreen\fP.
  1441. .RE
  1442. .RE
  1443. .P
  1444. .B SnapMode
  1445. .RS
  1446. The snap mode. The default is "border". Valid values are
  1447. "none" (for no snapping), "screen" (for snapping to the edge of the screen),
  1448. and "border" (for snapping to the borders of windows and the screen).
  1449. An optional attribute, \fBdistance\fP,
  1450. specifies the distance for snapping. The default is 5. Valid values
  1451. are between 1 and 32 inclusive.
  1452. .RE
  1453. .P
  1454. .B StartupCommand
  1455. .RS
  1456. A command to run when JWM starts.
  1457. .RE
  1458. .P
  1459. .B ShutdownCommand
  1460. .RS
  1461. A command to run when JWM exits.
  1462. .RE
  1463. .P
  1464. .B RestartCommand
  1465. .RS
  1466. A command to run when JWM restarts.
  1467. .RE
  1468. .RE
  1469. .P
  1470. .SH AUTHOR
  1471. Joe Wingbermuehle <joewing@joewing.net>
  1472. .SH "SEE ALSO"
  1473. .BR X (1)