From 18a7bc54e92e37f9af097ba6637b53e62714c1b9 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Fri, 4 Sep 2015 00:27:34 +0200 Subject: fix spacings --- doc/rofi-manpage.markdown | 400 +++++++++++++++++++++++----------------------- 1 file changed, 200 insertions(+), 200 deletions(-) (limited to 'doc') diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown index 5f17b6af..c4f229a0 100644 --- a/doc/rofi-manpage.markdown +++ b/doc/rofi-manpage.markdown @@ -138,63 +138,63 @@ Below is a list of the most important options: Set the key combination to display a {mode} in daemon mode. - rofi -key-run F12 - rofi -key-ssh control+shift+s - rofi -key-window mod1+Tab + rofi -key-run F12 + rofi -key-ssh control+shift+s + rofi -key-window mod1+Tab `-dmenu` - Run **rofi** in dmenu mode. This allows for interactive scripts. - In `dmenu` mode, **rofi** reads from STDIN, and output to STDOUT. - A simple example, display 3 pre-defined options: +Run **rofi** in dmenu mode. This allows for interactive scripts. +In `dmenu` mode, **rofi** reads from STDIN, and output to STDOUT. +A simple example, display 3 pre-defined options: - echo -e "Option #1\nOption #2\nOption #3" | rofi -dmenu + echo -e "Option #1\nOption #2\nOption #3" | rofi -dmenu - Or get the options from a script: +Or get the options from a script: - ~/my_script.sh | rofi -dmenu + ~/my_script.sh | rofi -dmenu - Pressing `shift-enter` sends the selected entry to STDOUT and moves to the next entry. +Pressing `shift-enter` sends the selected entry to STDOUT and moves to the next entry. `-show` *mode* - Open **rofi** in a certain mode. Available modes are `window`, `run`, `ssh` - To show the run-dialog: +Open **rofi** in a certain mode. Available modes are `window`, `run`, `ssh` +To show the run-dialog: - rofi -show run + rofi -show run `-modi` *mode1,mode1* - Specify a ordered, comma separated list of modes to enable. - Enabled modes can be changed at runtime. Default key is Ctrl+Tab. - If no modes are specified all modes will be enabled. - To only show the run and ssh launcher: +Specify a ordered, comma separated list of modes to enable. +Enabled modes can be changed at runtime. Default key is Ctrl+Tab. +If no modes are specified all modes will be enabled. +To only show the run and ssh launcher: - rofi -modi "run,ssh" -show run + rofi -modi "run,ssh" -show run - Custom modes can be added using the internal 'script' mode. Each mode has two parameters: +Custom modes can be added using the internal 'script' mode. Each mode has two parameters: - :