From 2d87f12c44cf62dba24d2351fe6bbabae48c29ca Mon Sep 17 00:00:00 2001 From: QC Date: Tue, 5 Aug 2014 20:09:39 +0200 Subject: [PATCH] Move the website a few lines down. #73 --- doc/rofi-manpage.markdown | 15 +++++++-------- doc/rofi.1 | 18 +++++++++--------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown index ac545869..8b1c96b4 100644 --- a/doc/rofi-manpage.markdown +++ b/doc/rofi-manpage.markdown @@ -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 diff --git a/doc/rofi.1 b/doc/rofi.1 index 8960bced..fd5756c2 100644 --- a/doc/rofi.1 +++ b/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