wmfs.1 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769
  1. .\" title: wmfs
  2. .\" dev: xorg62
  3. .\" man: arpinux
  4. .\"
  5. .TH "WMFS" "1" "2012/04/20" "wmfs" "manual of wmfs"
  6. .\" disable hyphenation
  7. .nh
  8. .\" disable justification (adjust text to left margin only)
  9. .ad l
  10. .SH "NAME"
  11. wmfs \- Window Manager From Scratch
  12. .SH "SYNOPSIS"
  13. \fBwmfs\fR [\fB\-hv\fR] [\fB\-C <file>\fR] [\fB\-c <uicb_function> <cmd>\fR]
  14. .sp
  15. .SH "DESCRIPTION"
  16. \fBWMFS\fR is a lightweight and highly configurable tiling window manager for X written in C\&.
  17. .sp
  18. .SH "OPTIONS"
  19. .PP
  20. \fB\-C <file>\fR
  21. .RS 4
  22. Load a configuration file\&.
  23. .RE
  24. .PP
  25. \fB\-c <uicb_function> <cmd>\fR
  26. .RS 4
  27. Execute an uicb function to control WMFS\&.
  28. .RE
  29. .PP
  30. \fB\-v\fR
  31. .RS 4
  32. Print version information to standard output, then exit\&.
  33. .RE
  34. .PP
  35. \fB\-h\fR
  36. .RS 4
  37. Print help information, then exit\&.
  38. .RE
  39. .SH "DEFAULT KEY BINDINGS"
  40. .PP
  41. \fBControl\-Alt + r\fR
  42. .RS 4
  43. Reload WMFS binary
  44. .RE
  45. .PP
  46. \fBSuper + Return\fR
  47. .RS 4
  48. Run a terminal (urxvt by default)
  49. .RE
  50. .PP
  51. \fBSuper + q\fR
  52. .RS 4
  53. Quit the selected client
  54. .RE
  55. .PP
  56. \fBControl\-Alt + q\fR
  57. .RS 4
  58. Exit WMFS
  59. .RE
  60. .PP
  61. \fBSuper + f \fR
  62. .RS 4
  63. Toggle free the selected client
  64. .RE
  65. .PP
  66. \fBSuper + Shift + f \fR
  67. .RS 4
  68. Toggle ignore_tag the selected client
  69. .RE
  70. .PP
  71. \fBAlt + Tab\fR
  72. .RS 4
  73. Give the focus to the next client
  74. .RE
  75. .PP
  76. \fBAlt\-Shift + Tab\fR
  77. .RS 4
  78. Give the focus to the previous client
  79. .RE
  80. .PP
  81. \fBAlt + h\fR
  82. .RS 4
  83. Give the focus to the client on the left
  84. .RE
  85. .PP
  86. \fBAlt + l\fR
  87. .RS 4
  88. Give the focus to the client on the right
  89. .RE
  90. .PP
  91. \fBAlt + k\fR
  92. .RS 4
  93. Give the focus to the client on the top
  94. .RE
  95. .PP
  96. \fBAlt + j\fR
  97. .RS 4
  98. Give the focus to the client on the bottom
  99. .RE
  100. .PP
  101. \fBSuper + Tab\fR
  102. .RS 4
  103. Give the focus to the next tabbed client
  104. .RE
  105. .PP
  106. \fBSuper\-Shift + Tab\fR
  107. .RS 4
  108. Give the focus to the previous tabbed client
  109. .RE
  110. .PP
  111. \fBControl\-Shift + h\fR
  112. .RS 4
  113. Swap with the client on the left
  114. .RE
  115. .PP
  116. \fBControl\-Shift + l\fR
  117. .RS 4
  118. Swap with the client on the right
  119. .RE
  120. .PP
  121. \fBControl\-Shift + k\fR
  122. .RS 4
  123. Swap with the client on the top
  124. .RE
  125. .PP
  126. \fBControl\-Shift + j\fR
  127. .RS 4
  128. Swap with the client on the bottom
  129. .RE
  130. .PP
  131. \fBAlt\-Shift + h\fR
  132. .RS 4
  133. Tab in the client on the left
  134. .RE
  135. .PP
  136. \fBAlt\-Shift + l\fR
  137. .RS 4
  138. Tab in the client on the right
  139. .RE
  140. .PP
  141. \fBAlt\-Shift + k\fR
  142. .RS 4
  143. Tab in the client on the top
  144. .RE
  145. .PP
  146. \fBAlt\-Shift + j\fR
  147. .RS 4
  148. Tab in the client on the bottom
  149. .RE
  150. .PP
  151. \fBAlt\-Shift + u\fR
  152. .RS 4
  153. Untab the client
  154. .RE
  155. .PP
  156. \fBSuper + h\fR
  157. .RS 4
  158. Increase the client to the left
  159. .RE
  160. .PP
  161. \fBSuper + l\fR
  162. .RS 4
  163. Decrease the client from the left
  164. .RE
  165. .PP
  166. \fBSuper + k\fR
  167. .RS 4
  168. Increase the client to the top
  169. .RE
  170. .PP
  171. \fBSuper + j\fR
  172. .RS 4
  173. Decrease the client from the top
  174. .RE
  175. .PP
  176. \fBSuper\-Control + h\fR
  177. .RS 4
  178. Decrease the client from the right
  179. .RE
  180. .PP
  181. \fBSuper\-Control + l\fR
  182. .RS 4
  183. Increase the client to the right
  184. .RE
  185. .PP
  186. \fBSuper\-Control + k\fR
  187. .RS 4
  188. Decrease the client from the bottom
  189. .RE
  190. .PP
  191. \fBSuper\-Control + j\fR
  192. .RS 4
  193. Increase the client to the bottom
  194. .RE
  195. .PP
  196. \fBControl + Right\fR
  197. .RS 4
  198. Next tag
  199. .RE
  200. .PP
  201. \fBControl + Left\fR
  202. .RS 4
  203. Previous tag
  204. .RE
  205. .PP
  206. \fBControl + Up\fR
  207. .RS 4
  208. Next screen
  209. .RE
  210. .PP
  211. \fBControl + Down\fR
  212. .RS 4
  213. Previous screen
  214. .RE
  215. .PP
  216. \fBSuper + m\fR
  217. .RS 4
  218. Vertical mirror layout
  219. .RE
  220. .PP
  221. \fBSuper\-Shift + m\fR
  222. .RS 4
  223. Horizontal mirror layout
  224. .RE
  225. .PP
  226. \fBSuper + r\fR
  227. .RS 4
  228. Rotate layout right
  229. .RE
  230. .PP
  231. \fBSuper\-Shift + r\fR
  232. .RS 4
  233. Rotate layout left
  234. .RE
  235. .PP
  236. \fBSuper\-Control\-Alt + h\fR
  237. .RS 4
  238. Integrate client in left layout
  239. .RE
  240. .PP
  241. \fBSuper\-Control\-Alt + j\fR
  242. .RS 4
  243. Integrate client in bottom layout
  244. .RE
  245. .PP
  246. \fBSuper\-Control\-Alt + k\fR
  247. .RS 4
  248. Integrate client in top layout
  249. .RE
  250. .PP
  251. \fBSuper\-Control\-Alt + l\fR
  252. .RS 4
  253. Integrate client in right layout
  254. .RE
  255. .PP
  256. \fBSuper + o\fR
  257. .RS 4
  258. Restore previous layout
  259. .RE
  260. .PP
  261. \fBSuper\-Shift + o\fR
  262. .RS 4
  263. Restore next layout
  264. .RE
  265. .PP
  266. \fBSuper + p\fR
  267. .RS 4
  268. Display a launcher in the statusbar to run an unix command\fR
  269. .RE
  270. .PP
  271. \fBSuper + F[1\&.\&.9]\fR
  272. .RS 4
  273. Change tag view
  274. .RE
  275. .PP
  276. \fBSuper\-Shift + F[1\&.\&.9]\fR
  277. .RS 4
  278. Transfert the selected client to the wanted tag
  279. .RE
  280. .PP
  281. \fBSuper + -\fR
  282. .RS 4
  283. Delete current tag\fR
  284. .RE
  285. .PP
  286. \fBSuper\-Shift + -\fR
  287. .RS 4
  288. Add current tag\fR
  289. .RE
  290. .SH "CONFIGURATION"
  291. WMFS is configured by \fI$HOME/\&.config/wmfs/wmfsrc\fR\&.
  292. .RE
  293. .PP
  294. \fB\ include:\fR
  295. wmfsrc supports ”@include” to split configuration file by section\&.
  296. .RS 2
  297. \fB\ Usage:\fR "@include ~/.config/wmfs/wmfs_themes"\&.
  298. .RE
  299. .PP
  300. \fB\ [themes]\fR
  301. wmfsrc supports themes for client and statusbar\&.
  302. .RS 2
  303. \fB Misc\fR
  304. .RS 2
  305. \fB\ name:\fR
  306. theme name, will be used in next sections\&.
  307. .PP
  308. \fB\ font:\fR
  309. theme font in XLFD format\&.
  310. .PP
  311. .RE
  312. \fB\ Bars\fR
  313. .RS 2
  314. \fB\ bars_width:\fR
  315. bar height in pixels\&.
  316. .PP
  317. \fB\ bars_fg/bg:\fR
  318. statusbar text/background color\&.
  319. .PP
  320. .RE
  321. \fB\ Tags\fR
  322. .RS 2
  323. \fB\ tags_normal_fg/bg:\fR
  324. normal tag text/button color\&.
  325. .PP
  326. \fB\ tags_normal_statusline:\fR
  327. normal tag statusline\&.
  328. .PP
  329. \fB\ tags_sel_fg/bg:\fR
  330. selected tag text/button color\&.
  331. .PP
  332. \fB\ tags_sel_statusline:\fR
  333. selected tag statusline\&.
  334. .PP
  335. \fB\ tags_occupied_fg/bg:\fR
  336. occupied tag text/button color\&.
  337. .PP
  338. \fB\ tags_occupied_statusline:\fR
  339. occupied tag statusline\&.
  340. .PP
  341. \fB\ tags_urgent_fg/bg:\fR
  342. urgent tag text/button color\&.
  343. .PP
  344. \fB\ tags_urgent_statusline:\fR
  345. urgent tag statusline\&.
  346. .PP
  347. \fB\ tags_border_color:\fR
  348. tag button border color\&.
  349. .PP
  350. \fB\ tags_border_width:\fR
  351. tag button border width\&.
  352. .PP
  353. .RE
  354. \fB\ Clients\fR
  355. .RS 2
  356. \fB\ client_normal_fg/bg:\fR
  357. normal client titlebar text/background color\&.
  358. .PP
  359. \fB\ client_normal_statusline:\fR
  360. normal client statusline\&.
  361. .PP
  362. \fB\ client_sel_fg/bg:\fR
  363. selected client titlebar text/background color\&.
  364. .PP
  365. \fB\ client_sel_statusline:\fR
  366. selected client statusline\&.
  367. .PP
  368. \fB\ frame_bg:\fR
  369. client border color\&.
  370. .PP
  371. \fB\ client_titlebar_width:\fR
  372. client titlebar height in pixels\&.
  373. .PP
  374. \fB\ client_border_width:\fR
  375. client border height in pixels\&.
  376. .RE
  377. .PP
  378. .RE
  379. \fB\ [bars]\fR
  380. .RS 2
  381. \fB\ position:\fR
  382. statusbar position on screen (0=Top; 1=Bottom, 2=Hide)\&.
  383. .PP
  384. \fB\ screen:\fR
  385. screen to display statusbar (start ar 0), set to\fB -1\fR to display on every screen\&.
  386. .PP
  387. \fB\ elements:\fR
  388. ordered statusbar elements t=Tags, s=Statustext, y=Systray, l=Launcher\&.
  389. .PP
  390. \fB\ theme:\fR
  391. names of the statusbar theme\&.
  392. .RE
  393. .PP
  394. .RE
  395. \fB\ [tags]\fR
  396. .RS 2
  397. \fB\ screen:\fR
  398. screen to display tag. use no screen option or screen =\fB -1\fR to set tag on each screen\&.
  399. .PP
  400. \fB\ name:\fR
  401. display tagname\&.
  402. .PP
  403. \fB\ statusline:\fR
  404. draw a custom statusline in the specific tag (can display any sequences)\&.
  405. .PP
  406. \fB\ mousebinds:\fR
  407. mouse actions on the tag buttons\&.
  408. .RE
  409. .PP
  410. .RE
  411. \fB\ [client]\fR
  412. .RS 2
  413. \fB\ theme:\fR
  414. apply theme to client by default\&.
  415. .PP
  416. \fB\ key_modifier:\fR
  417. key modifier to perform actions on clients\&.
  418. .PP
  419. \fB\ focus:\fR
  420. select the focus mouse options; enter=focus follow mouse, click=click to focus, everything-else=disable focus mouse support\&.
  421. .PP
  422. \fB\ mousebinds:\fR
  423. mouse actions on client\&.
  424. .RE
  425. .PP
  426. .RE
  427. \fB\ [rules]\fR
  428. specific rules for clients: to identify an application, use xprop\&.
  429. .RS 2
  430. \fB\ instance:\fR
  431. first part of WM_CLASS\&.
  432. .PP
  433. \fB\ class:\fR
  434. second part of WM_CLASS\&.
  435. .PP
  436. \fB\ role:\fR
  437. WM_WINDOW_ROLE\&.
  438. .PP
  439. \fB\ name:\fR
  440. _NET_WM_NAME\&.
  441. .PP
  442. \fB\ theme:\fR
  443. apply theme to client\&.
  444. .PP
  445. \fB\ tag:\fR
  446. specify a tag to display client (start at 0)\&.
  447. .PP
  448. \fB\ screen:\fR
  449. display client on a specific screen\&.
  450. .PP
  451. \fB\ free:\fR
  452. client in auto-free mode (true/false)\&.
  453. .PP
  454. \fB\ tab:\fR
  455. open client in a tab (true/false)\&.
  456. .PP
  457. \fB\ ignore_tag:\fR
  458. specify to client to ignore tags (client is displayed on every tag)\&.
  459. .RE
  460. .PP
  461. .RE
  462. \fB\ [launchers]\fR
  463. .RS 2
  464. \fB\ name:\fR
  465. launcher-name, will be used in the [keys] section\&.
  466. .PP
  467. \fB\ prompt:\fR
  468. display text at the beginning of the prompt\&.
  469. .PP
  470. \fB\ command:\fR
  471. command used by the launcher. can be an uicb function or an uicb function + extension\&.
  472. .RE
  473. .PP
  474. .RE
  475. \fB\ [keys]\fR
  476. .RS 2
  477. each line is contained within\fB\ [key]...[/key]\fR
  478. .PP
  479. \fB\ mod:\fR
  480. key modifier (Alt, Control, Shift, Super)\&.
  481. .PP
  482. \fB\ key:\fR
  483. key to press, you can identify it with "xev"\&.
  484. .PP
  485. \fB\ func:\fR
  486. uicb function to launch\&.
  487. .PP
  488. \fB\ cmd:\fR
  489. if\fB\ func = "spawn"\fR set the external command to launch\&.
  490. .sp
  491. .SH "STATUS"
  492. statusbars, tags, surfaces and titlebars support sequences to display text, images bars and graphs through the\fB\ wmfs -c status\fR command.
  493. .PP
  494. \fB\ Syntax\fR
  495. .PP
  496. .RS 4
  497. \fB\ position:\fR “left/right” (relative) or “x;y” (absolute)\&.
  498. .PP
  499. \fB\ dimension:\fR “ww;hh” for width;height of the rectangle or the image, to display an image at its original size, set it to “0;0”\&.
  500. .PP
  501. \fB\ color:\fR ”#rrggbb”\&.
  502. .PP
  503. \fB\ imagepath:\fR absolute path for the image\&.
  504. .PP
  505. \fB\ border:\fR width of the progressbar border in pixels\&.
  506. .PP
  507. \fB\ curser:\fR width of the curser in the positionbar\&.
  508. .PP
  509. \fB\ value:\fR a variable, to draw progressbar\&.
  510. .PP
  511. \fB\ valuemax:\fR maximum value of the ‘value’ used in the progressbar\&.
  512. .RE
  513. .PP
  514. \fB\ basic usage:\fR
  515. wmfs -c status "<barname> TEXT visible on 'barname'"\&.
  516. .PP
  517. \fB\ display colors:\fR
  518. wmfs -c status "<barname> ^s[<position>;<color>;<text>]"\&.
  519. .PP
  520. \fB\ display rectangles:\fR
  521. wmfs -c status "<barname> ^R[<position>;<dimensions>;<color>]"\&.
  522. .PP
  523. \fB\ display images:\fR
  524. wmfs -c status "<barname> ^i[<position>;<dimensions>;<imagepath>]"\&.
  525. .PP
  526. \fB\ display progressbars:\fR
  527. wmfs -c status "<barname> ^p[<position>;<dimensions>;<border>;<value>;<valuemax>;<bgcolor>;<fgcolor>]"\&.
  528. .PP
  529. \fB\ display positionbars:\fR
  530. wmfs -c status "<barname> ^P[<position>;<dimensions>;<curser>;<value>;<valuemax>;<bgcolor>;<fgcolor>]"\&.
  531. .PP
  532. \fB\ display graph:\fR
  533. wmfs -c status "<barname> ^g[<position>;<dimensions>;<value>;<valuemax>;<bgcolor>;<fgcolor>;<name>]"\&.
  534. .RE
  535. .PP
  536. \fB\ mousebinds:\fR
  537. sequences supports mousebinds with format\fB\ (<key>;<uicb-function>)\fR or\fB\ (<key>;<spawn>;<command>)\fR
  538. .RE
  539. .PP
  540. \fB\ surfaces:\fR
  541. you can display popups from the statusbar with the mousebind\fB\ (<key>;status_surface;<position>,<dimension>,<color> <datas>)\fR
  542. .PP
  543. .sp
  544. .SH "UICB Functions"
  545. UICB functions list. for “User Interface Call Backs”\&.
  546. .PP
  547. \fB\ usage in the wmfsrc:\fR func = "tag_next"\fB\ or\fR func = "spawn" cmd = "urxvt -e vim"\&.
  548. .RE
  549. \fB\ usage in the status.sh:\fR wmfs -c status "<barname> ^s[<position>;<color>;next](1;tag_next)"\&.
  550. .RE
  551. \fB\ usage in your terminal:\fR wmfs -c tag_next\&.
  552. .PP
  553. \fB\ spawn\fR
  554. .RS 4
  555. launch a command. ex: func = "spawn" cmd = "urxvtc -e screen irssi"\&.
  556. .RE
  557. .PP
  558. \fB\ quit\fR
  559. .RS 4
  560. quit wmfs\&.
  561. .RE
  562. .PP
  563. \fB\ reload\fR
  564. .RS 4
  565. reload wmfs\&.
  566. .RE
  567. .PP
  568. \fB\ tag_set\fR
  569. .RS 4
  570. set tag by number\&.
  571. .RE
  572. .PP
  573. \fB\ tag\fR
  574. .RS 4
  575. set tag by name\&.
  576. .RE
  577. .PP
  578. \fB\ tag_next/prev\fR
  579. .RS 4
  580. set next/previous tag\&.
  581. .RE
  582. .PP
  583. \fB\ tag_client\fR
  584. .RS 4
  585. tag the client\&.
  586. .RE
  587. .PP
  588. \fB\ tag_client_and_set\fR
  589. .RS 4
  590. teg the client and set the tag\&.
  591. .RE
  592. .PP
  593. \fB\ tag_move_client_next/prev\fR
  594. .RS 4
  595. tag the client with next/previous tag\&.
  596. .RE
  597. .PP
  598. \fB\ tag_click\fR
  599. .RS 4
  600. display tag with a clic on tag button\&.
  601. .RE
  602. .PP
  603. \fB\ tag_new/del\fR
  604. .RS 4
  605. add/delete a tag\&.
  606. .RE
  607. .PP
  608. \fB\ layout_vmirror\fR
  609. .RS 4
  610. vertical mirror tiling\&.
  611. .RE
  612. .PP
  613. \fB\ layout_hmirror\fR
  614. .RS 4
  615. horizontal mirror tiling\&.
  616. .RE
  617. .PP
  618. \fB\ layout_rotate_left\fR
  619. .RS 4
  620. tiling rotate anti/clockwise\&.
  621. .RE
  622. .PP
  623. \fB\ layout_prev_set\fR
  624. .RS 4
  625. back to previous set layout\&.
  626. .RE
  627. .PP
  628. \fB\ layout_next_set\fR
  629. .RS 4
  630. go to next set layout\&.
  631. .RE
  632. .PP
  633. \fB\ layout_integrate_left/right/top/bottom\fR
  634. .RS 4
  635. client integration in the client zone by direction\&.
  636. .RE
  637. .PP
  638. \fB\ client_close\fR
  639. .RS 4
  640. close the client\&.
  641. .RE
  642. .PP
  643. \fB\ client_resize_right/left/top/bottom\fR
  644. .RS 4
  645. resize client with direction\&.
  646. .RE
  647. .PP
  648. \fB\ client_focus_right/left/top/bottom\fR
  649. .RS 4
  650. focus client with direction\&.
  651. .RE
  652. .PP
  653. \fB\ client_tab_right/left/top/bottom\fR
  654. .RS 4
  655. tab client with direction\&.
  656. .RE
  657. .PP
  658. \fB\ client_swap_right/left/top/bottom\fR
  659. .RS 4
  660. swap client with direction\&.
  661. .RE
  662. .PP
  663. \fB\ client_focus_next/prev\fR
  664. .RS 4
  665. move focus to the next/previous client\&.
  666. .RE
  667. .PP
  668. \fB\ client_swap_next/prev\fR
  669. .RS 4
  670. swap with the next/previous client\&.
  671. .RE
  672. .PP
  673. \fB\ client_untab\fR
  674. .RS 4
  675. untab the client\&.
  676. .RE
  677. .PP
  678. \fB\ client_focus_next_tab\fR
  679. .RS 4
  680. move focus to next tab-client\&.
  681. .RE
  682. .PP
  683. \fB\ client_focus_prev_tab\fR
  684. .RS 4
  685. move focus to previous tab-client\&.
  686. .RE
  687. .PP
  688. \fB\ client_focus_click\fR
  689. .RS 4
  690. give focus to client with a clic\&.
  691. .RE
  692. .PP
  693. \fB\ client_toggle_free\fR
  694. .RS 4
  695. toggle free the selected client\&.
  696. .RE
  697. .PP
  698. \fB\ client_toggle_ignore_tag\fR
  699. .RS 4
  700. toggle ignore_tag the selected client\&.
  701. .RE
  702. .PP
  703. \fB\ client_tab_next_opened\fR
  704. .RS 4
  705. open the client in a tab\&.
  706. .RE
  707. .PP
  708. \fB\ status\fR
  709. .RS 4
  710. display the argument text in the statusbar\&.
  711. .RE
  712. .PP
  713. \fB\ status_surface\fR
  714. .RS 4
  715. display a surface. can contain sequences\&.
  716. .RE
  717. .PP
  718. \fB\ mouse_resize\fR
  719. .RS 4
  720. resize the client\&.
  721. .RE
  722. .PP
  723. \fB\ mouse_move\fR
  724. .RS 4
  725. move the client\&.
  726. .RE
  727. .PP
  728. \fB\ mouse_swap\fR
  729. .RS 4
  730. swap the client\&.
  731. .RE
  732. .PP
  733. \fB\ mouse_tab\fR
  734. .RS 4
  735. tab the client\&.
  736. .RE
  737. .PP
  738. \fB\ screen_next/prev\fR
  739. .RS 4
  740. go to next/previous screen\&.
  741. .RE
  742. .PP
  743. \fB\ screen_move_client_next/prev\fR
  744. .RS 4
  745. move the client to next/previous screen\&.
  746. .RE
  747. .PP
  748. \fB\ launcher\fR
  749. .RS 4
  750. native prompt. ex:\fB\ func = "launcher" cmd = "exec"\fR display the “exec” launcher\&.
  751. .RE
  752. .PP
  753. .sp
  754. .SH "BUGS"
  755. WMFS isn\'t stable for now\&. So it certainly contains some bugs\&.
  756. .sp
  757. .SH "AUTHOR"
  758. Martin Duquesnoy <\fIxorg62@gmail\&.com\fR\&[1]>\&.
  759. .sp
  760. .SH "WWW"
  761. Main site: \fIhttps://github\&.com/xorg62/wmfs\fR
  762. .PP
  763. Wiki: \fIhttps://github\&.com/xorg62/wmfs/wiki\fR
  764. .PP
  765. Bug tracker: \fIhttps://github\&.com/xorg62/wmfs/issues\fR
  766. .sp
  767. .SH "COPYING"
  768. WMFS is under the BSD license\&. See COPYING for more information\&.
  769. .RE