Commit graph

235 commits

Author SHA1 Message Date
Dave Davenport
a7cecc0d41 Update manpage. 2017-08-13 20:31:46 +02:00
Dave Davenport
b83f1504d5 Add list format to theme api 2017-07-24 16:26:14 +02:00
Dave Davenport
09ad0e4679 Update theme manpage with more layout documentation. 2017-07-24 14:36:31 +02:00
Dave Davenport
044a26ffd6 Small update manpage. 2017-07-22 22:14:15 +02:00
Dave Davenport
2e0b973bcf Small updates to manpage 2017-07-22 21:11:46 +02:00
Dave Davenport
138ffc168d Small manpage updates 2017-07-18 09:18:18 +02:00
Dave Davenport
603676e640 Merge remote-tracking branch 'origin/meson/manpage-fix' 2017-07-17 21:38:15 +02:00
Quentin Glidic
d7d239d808
meson: Fix update-manpage target
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2017-07-17 10:13:48 +02:00
Dave Davenport
b5a1ba16e2 Add more debug instr. and link to rofi-theme manpage in rofi manpage. 2017-07-17 09:05:05 +02:00
Dave Davenport
dd715fa1ad Remove -dump-xresources-theme option that does not exists anymore from -help
* and manpage
2017-04-21 17:31:07 +02:00
Dave Davenport
04e764c8e6 [Plugins] Add -no-plugins and -plugin-path options
* -no-plugins disables the loading of plugins.
* -plugin-path specifies the directory used by rofi to look for plugins.
2017-04-21 09:48:03 +02:00
Dave Davenport
b0fbd607bb Change, failed, forum to reddit. 2017-04-11 09:06:11 +02:00
Dave Davenport
39327a3197 Convert specification into manpage 5. 2017-04-03 17:39:09 +02:00
Dave Davenport
563dc8dafd Fix alternate separator 2017-03-31 20:57:42 +02:00
Dave Davenport
b4c9bad267 Document '/' as separator and add to combi mode. 2017-03-31 15:27:13 +02:00
Dave Davenport
4d19e35b0e Remove more traces of old theme. 2017-03-30 08:33:40 +02:00
Dave Davenport
032049b339 Small updates to manpage. 2017-03-18 15:54:35 +01:00
Dave Davenport
8392b207a9 Enable lazy-grab by default. 2017-02-02 19:00:45 +01:00
Dave Davenport
f10b879cac Async pre-read 25 entries by default, to make it feel more snappy. Fixes #550 2017-02-01 21:07:40 +01:00
Dave Davenport
46db427735 Update DPI detection method. 2017-01-22 14:58:59 +01:00
Dave Davenport
0ebd6a260b Add auto-detect option to DPI setting. 2017-01-21 12:58:52 +01:00
Dave Davenport
3a7fde924a Add -theme and -theme-str to manpage. 2017-01-18 18:12:54 +01:00
lbonn
b010da57d7 Misc man page changes (#535)
* Manpage: review the window section

* rename "Window Mode" to "Window switcher settings" for more
  consistency
* put `-window-command` in the correct section
* move the window switcher settings section up

* Manpage: minor markup/syntax fix

* Manpage: mention `-show keys` in `-show` section

* Manpage: fix some markup problems

Some parts were over-indented and interpreted as verbatim blocks

* Manpage: note about dmenu async mode disabling

Stay voluntarily vague about the exact list of confliction options to
avoid keeping it in sync with the code
2017-01-09 20:32:31 +01:00
Dave Davenport
c98b67ed0d Make lazy-key-grab an option, add --release for i3 to manpage. 2017-01-07 10:35:36 +01:00
Dave Davenport
ff88d3d6d7 Issue: #521. Add -[no]-show-match to manpage. 2017-01-06 14:45:45 +01:00
Dave Davenport
d25989ed14 Update manpage.
- Remove old color-enabled option.
 - Split website section.
2016-12-23 10:31:52 +01:00
Dave Davenport
e7375f77e8 Fix wrong ' in manpage (should be `) 2016-12-21 09:53:00 +01:00
Dave Davenport
8099dbef4c Add some usage examples to manpage. 2016-12-21 09:42:04 +01:00
Dave Davenport
77f08c08d5 Add comment to manpage about getting example config file. 2016-12-19 17:35:03 +01:00
Dave Davenport
2bcdf2cc2e Update manpage and AUTHORS 2016-12-14 09:26:12 +01:00
Dave Davenport
e7a7b78cce Update manpage (rofi.1) 2016-11-30 08:13:58 +01:00
Dave Davenport
02d8b7a31c Add forum link to manpage 2016-11-13 18:39:21 +01:00
Wieland Hoffmann
e3014f5a7a Rewrite FAQ entries to get rid of <strong> tags in the generated man page (#493) 2016-11-04 19:41:52 +01:00
Dave Davenport
e72508b782 Remove opacity option. 2016-11-01 08:10:27 +01:00
Dave Davenport
ab56354f05 Update manpage 2016-10-20 22:56:17 +02:00
Ian Remmler
91e2ecf212 Added click-to-exit option. (#460)
Exit if a mouse button is pressed and released outside of the rofi
window.
2016-09-08 22:42:41 +02:00
Dave Davenport
20e55e1e4e Add fuzzy matching, make a -matching option.
* -matching *method* option instead of -regex, -glob, -fuzzy.
 * Re-add fuzzy matching pattern.
 * When there are substrings in regex, only highlight those matches.

Fixes: #447
2016-08-25 21:17:58 +02:00
Dave Davenport
284b3cb78b Update manpage to show -display- option, sidebar mode uses display name. 2016-08-22 08:04:20 +02:00
Dave Davenport
83d7665b70 Update manpage 2016-08-20 11:32:13 +02:00
Dave Davenport
df7468b491 Use XRandr to get monitor layout instead of xinerama.
* You can now specify monitor by name, or primary status.
2016-08-19 10:46:38 +02:00
Dave Davenport
602eb63557 Add `-multi-select flag to dmenu.
* Changes default behaviour.
2016-07-18 23:58:08 +02:00
Dave Davenport
965d2c2ac5 Add -no-selection-indicator to manpage 2016-07-18 23:51:46 +02:00
Dave Davenport
b47e9c3846 Allow for more advanced window 'line' formatting 2016-07-12 10:44:43 +02:00
Dave Davenport
9e41b6ee95 Fix outdated information manpage. 2016-07-11 08:29:27 +02:00
Dave Davenport
fd45868aca Update manpage with window-format 2016-07-01 07:57:00 +02:00
Dave Davenport
03239cb989 Remove fuzzy matching option. 2016-06-18 20:54:29 +02:00
Dave Davenport
5ae177cae1 Release v1.1.0 2016-06-14 20:46:46 +02:00
Dave Davenport
4a3e133e1c Remove -rnow,-snow and -now as they are deprecated 2016-06-05 22:17:46 +02:00
Dave Davenport
d3633d103a Issue #414, add markup-rows to manpage 2016-06-05 20:29:01 +02:00
Yaroslav
f901494c6a Switch to stop cycling feature (#407)
* Added 'cycle' option to switch list navigation wrapping

* Replaced tabs with spaces

* Updating the expected rofi properties with 'cycle' option

* Updating documentation with the 'cycle' option
2016-05-25 20:40:23 +02:00
Quentin Glidic
db4f087487 window: Make custom action run a command on the window
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-12 11:31:12 +02:00
Quentin Glidic
3bd41b9a41 window: Kill the window on delete-entry
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-12 11:30:34 +02:00
Dave Davenport
b8ecbdcef5 Add option to set background for rofi window 2016-05-08 11:14:34 +02:00
Quentin Glidic
67b0ce036f keybindings: Implement on-release bindings
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-05-07 11:31:04 +02:00
Dave Davenport
8e05106c87 Add option to view background image instead of screenshot in fake transparency. Issue #390 2016-05-06 12:40:55 +02:00
Chris Salzberg
324a09b27b man: Fix typo (exteneded -> extended) 2016-05-01 10:35:10 +02:00
Dave Davenport
09d1955338 Issue: #395 adding more options. 2016-04-29 21:42:31 +02:00
James Vaughan
4be6250393 typo fix 2016-04-27 02:43:36 -07:00
Dave Davenport
72c04ce34d Update manpage. 2016-04-03 14:56:23 +02:00
Dave Davenport
3397ae1150 Remove unused -quiet commandline option.
This option, with the removal of daemon mode, no longer had any purpose.
2016-04-02 22:11:38 +02:00
Quentin Glidic
9ea71c0f95 manpage: Add my email
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-04-02 11:22:40 +02:00
Dave Davenport
8f565b11c6 Update manpage 2016-04-02 10:14:13 +02:00
Quentin Glidic
20c9abf0a2 keybindings: Merge accept-custom and accept-entry-continue
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
2016-03-20 10:39:34 +01:00
Dave Davenport
cf65345c9a Update manpage explaining monitor -3 setting, position at mouse. 2016-03-13 20:35:11 +01:00
Dave Davenport
73c3b419ad Update manpage about config.c 2016-03-05 20:52:46 +01:00
Dave Davenport
d99111c73b Remove deprecated theme system. 2016-03-05 18:28:39 +01:00
Dave Davenport
d2567a6884 #219: Implement continious scroll 2016-02-17 20:29:23 +01:00
Dave Davenport
b012ec1e8a Add passwd to manpage. 2016-01-10 13:28:14 +01:00
Dave Davenport
bd3d472bec Add optional config file that overrides local Xresources
Rofi will look at XDG_CONFIG_USER_DIR/rofi/config and load this after the Xresources db on DISPLAY.
This can be overridden using the -config commandline option.
The file should be in the same format as the Xresources file.
2016-01-03 13:30:43 +01:00
Dave Davenport
06f9fee3f8 Add indicator for sorting/case sensitive. 2015-12-14 21:02:36 +01:00
Dave Davenport
97fa0cc61d Add option to set scrollbar width 2015-12-13 13:51:59 +01:00
Dave Davenport
f3c22c50e4 Add sorting switch: Issue: #298 2015-12-13 11:52:40 +01:00
Dave Davenport
8ed31cab7e Add option to dump color scheme. 2015-12-10 18:20:04 +01:00
Dave Davenport
98de9b554f Add screenshot keybinding. 2015-12-09 08:51:40 +01:00
Martijn Koedam
c78815250f Update manpage and indent. 2015-12-04 09:50:53 +01:00
Dave Davenport
7b7cdb8b0f Add -dump command. 2015-11-28 13:36:28 +01:00
Qball Cow
140a42fdb1 Update manpage (threads) 2015-11-25 16:53:58 +01:00
Dave Davenport
b7ec4fa6fb Update manpage a bit 2015-11-25 09:16:30 +01:00
Guy Hughes
f90fddbe1d add -fullscreen to manpage 2015-11-04 10:19:16 -05:00
Klemens Schölhorn
9cb0073ce8 Add -no-parse-known-hosts to disable parsing of ~/.ssh/known_hosts
For humans who like to keep the list of available servers clean. Also useful
if you use different names in ~/.ssh/config.

The previous default of always parsing known_hosts is not changed.
2015-10-31 18:35:37 +01:00
QC
da29fa5bd7 Update manpage. 2015-10-25 10:53:22 +01:00
QC
fd46ecb3d6 Update manpage 2015-10-21 20:31:58 +02:00
Dave Davenport
0e60aaf235 #237 update manpage 2015-09-30 09:10:33 +02:00
QC
fc2d65df0c Playing with atom 2015-09-20 11:45:28 +02:00
QC
e10aa09f74 Add hide scrollbar option. 2015-09-04 21:08:23 +02:00
Dave Davenport
d9a9d2489a Add separator color and style option. 2015-08-26 18:11:53 +02:00
QC
c170eae8c8 Issue: #207 add generic -filter mode. 2015-08-20 21:42:53 +02:00
Thorsten Wißmann
cf731b1504 Monitor -2 stands for the focused window
When setting rofi's monitor to -2, rofi is placed over the focused
window.
2015-08-17 18:32:17 +02:00
Dave Davenport
1ca7141621 Add quick solution for #202, expose line-margin setting. 2015-08-04 09:42:14 +02:00
QC
dbf992d756 Fix -l as alias for -lines (in dmenu mode) rename -l to -row 2015-08-02 21:24:07 +02:00
QC
77e5541ba5 Bug #200 implement -m mode 2015-08-02 15:45:52 +02:00
Dave Davenport
5cea640a34 Obey quiet a bit better, update manpage with signals 2015-07-29 17:55:26 +02:00
QC
70f4f3d119 Remove HUP signal handler as it is incorrect. #193, to be re-added later 2015-07-27 21:20:06 +02:00
QC
c4df969432 Small update manpage 2015-07-08 16:31:47 +02:00
QC
1efb5d835d Update manpage.
Involves: #181
2015-07-07 22:10:40 +02:00
Dave Davenport
98b8e583cb Make fuzzy matching available everywhere: #133 (-fuzzy) 2015-07-01 09:12:22 +02:00
Dave Davenport
79441f62b9 Update manpage 2015-06-26 16:33:13 +02:00
QC
d11c61cef1 Fixes #176 add mode that user expects. 2015-06-11 20:38:48 +02:00
QC
b9d3d82077 Add rasi e-mail. 2015-06-04 22:29:26 +02:00
Qball Cow
8a3510e033 Switch to ronn for manpage generation. 2015-06-02 19:01:25 +02:00