mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Move the website a few lines down. #73
This commit is contained in:
parent
b196649f10
commit
2d87f12c44
2 changed files with 16 additions and 17 deletions
|
@ -244,16 +244,10 @@ The default key combinations are:
|
|||
rofi -switchers "window,run,ssh,Workspaces:i3_switch_workspaces.sh" -show Workspaces
|
||||
|
||||
|
||||
## Switch between modi
|
||||
|
||||
Type '?' *enter* to switch between window list, run and ssh mode. The list can be customized with
|
||||
the `-switchers` argument.
|
||||
## Keybindings
|
||||
|
||||
## WEBSITE
|
||||
|
||||
**rofi** website can be found at [here](https://davedavenport.github.io/rofi/)
|
||||
|
||||
## Keybinding
|
||||
Rofi supports the following keybindings:
|
||||
|
||||
* `Ctrl-v, Insert`: Paste clipboard
|
||||
* `Ctrl-Shift-v, Shift-Insert`: Paste primary selection
|
||||
|
@ -271,6 +265,11 @@ the `-switchers` argument.
|
|||
* `Page Down`: Go to the next page
|
||||
* `Ctrl-Page Up`: Go to the previous column
|
||||
* `Ctrl-Page Down`: Go to the next column
|
||||
* `?`: Switch to the next modi. The list can be customized with the `-switchers` argument.
|
||||
|
||||
## WEBSITE
|
||||
|
||||
**rofi** website can be found at [here](https://davedavenport.github.io/rofi/)
|
||||
|
||||
## AUTHOR
|
||||
|
||||
|
|
18
doc/rofi.1
18
doc/rofi.1
|
@ -312,16 +312,9 @@ So to have a mode 'Workspaces' using the \fB\fCi3_switch_workspace.sh\fR script
|
|||
rofi \-switchers "window,run,ssh,Workspaces:i3_switch_workspaces.sh" \-show Workspaces
|
||||
.fi
|
||||
.RE
|
||||
.SH Switch between modi
|
||||
.SH Keybindings
|
||||
.PP
|
||||
Type '?' \fIenter\fP to switch between window list, run and ssh mode. The list can be customized with
|
||||
the \fB\fC\-switchers\fR argument.
|
||||
.SH WEBSITE
|
||||
.PP
|
||||
\fBrofi\fP website can be found at here
|
||||
.UR https://davedavenport.github.io/rofi/
|
||||
.UE
|
||||
.SH Keybinding
|
||||
Rofi supports the following keybindings:
|
||||
.RS
|
||||
.IP \(bu 2
|
||||
\fB\fCCtrl\-v, Insert\fR: Paste clipboard
|
||||
|
@ -355,7 +348,14 @@ the \fB\fC\-switchers\fR argument.
|
|||
\fB\fCCtrl\-Page Up\fR: Go to the previous column
|
||||
.IP \(bu 2
|
||||
\fB\fCCtrl\-Page Down\fR: Go to the next column
|
||||
.IP \(bu 2
|
||||
\fB\fC?\fR: Switch to the next modi. The list can be customized with the \fB\fC\-switchers\fR argument.
|
||||
.RE
|
||||
.SH WEBSITE
|
||||
.PP
|
||||
\fBrofi\fP website can be found at here
|
||||
.UR https://davedavenport.github.io/rofi/
|
||||
.UE
|
||||
.SH AUTHOR
|
||||
.PP
|
||||
Qball Cow
|
||||
|
|
Loading…
Reference in a new issue