mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
parent
b1336e983e
commit
df10eb2735
2 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "ROFI" "1" "February 2019" "" ""
|
.TH "ROFI" "1" "March 2019" "" ""
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement
|
\fBrofi\fR \- A window switcher, application launcher, ssh dialog and dmenu replacement
|
||||||
|
@ -77,7 +77,7 @@ Command\-line options: Arguments passed to \fBrofi\fR\.
|
||||||
.IP "" 0
|
.IP "" 0
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
\fBTIP\fR: To get a template config file run: \fBrofi \-dump\-xresources > rofi\-example\.config\fR\. \fBNOTE\fR: In version 1\.4\.0 we support configuration in a new format, a config for this can be generated by: \fBrofi \-dump\-config\fR
|
\fBTIP\fR: To get a template config file run: \fBrofi \-dump\-xresources > rofi\-example\.config\fR\. \fBNOTE\fR: In version 1\.4\.0 we support configuration in a new format, a config for this can be generated by: \fBrofi \-dump\-config > config\.rasi\fR \fBNOTE\fR: If you want to use the new configuration format, the config file should be named \fBconfig\.rasi\fR\.
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
The Xresources file expects options starting with \fBrofi\.\fR followed by its name\. An example to set the number of lines:
|
The Xresources file expects options starting with \fBrofi\.\fR followed by its name\. An example to set the number of lines:
|
||||||
|
|
|
@ -65,7 +65,8 @@ There are currently three methods of setting configuration options (evaluated in
|
||||||
|
|
||||||
**TIP**: To get a template config file run: `rofi -dump-xresources > rofi-example.config`.
|
**TIP**: To get a template config file run: `rofi -dump-xresources > rofi-example.config`.
|
||||||
**NOTE**: In version 1.4.0 we support configuration in a new format, a config for this can be generated by: `rofi
|
**NOTE**: In version 1.4.0 we support configuration in a new format, a config for this can be generated by: `rofi
|
||||||
-dump-config`
|
-dump-config > config.rasi`
|
||||||
|
**NOTE**: If you want to use the new configuration format, the config file should be named `config.rasi`.
|
||||||
|
|
||||||
The Xresources file expects options starting with `rofi.` followed by its name. An example to set the number of lines:
|
The Xresources file expects options starting with `rofi.` followed by its name. An example to set the number of lines:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue