Created
February 27, 2017 03:41
-
-
Save justmytwospence/fca9159be15bf134b2aad9d07da56f95 to your computer and use it in GitHub Desktop.
Rofi -help
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-modi [string] Enabled modi | |
combi (XResources) | |
-opacity [number] Window opacity | |
80 (XResources) | |
-width [number] Window width | |
50 (Default) | |
-lines [number] Number of lines | |
15 (Default) | |
-columns [number] Number of columns | |
1 (Default) | |
-font [string] Font to use | |
mono 12 (Default) | |
-color-normal [string] Color scheme for normal row | |
#1d1f21, #e0e0e0, #1d1f21, #81a2be, #1d1f21 (XResources) | |
-color-urgent [string] Color scheme for urgent row | |
#f0c674, #1d1f21, #f0c674, #81a2be, #1d1f21 (XResources) | |
-color-active [string] Color scheme for active row | |
#282a2e, #e0e0e0, #282a2e, #81a2be, #1d1f21 (XResources) | |
-color-window [string] Color scheme window | |
#1d1f21, #1d1f21, #1d1f21 (XResources) | |
-bw [number] Border width | |
1 (Default) | |
-location [number] Location on screen | |
0 (Default) | |
-padding [number] Padding | |
15 (XResources) | |
-yoffset [number] Y-offset relative to location | |
0 (Default) | |
-xoffset [number] X-offset relative to location | |
0 (Default) | |
-[no-]fixed-num-lines Always show number of lines | |
False (Default) | |
-terminal [string] Terminal to use | |
rofi-sensible-terminal (Default) | |
-ssh-client [string] Ssh client to use | |
ssh (Default) | |
-ssh-command [string] Ssh command to execute | |
{terminal} -e {ssh-client} {host} (Default) | |
-run-command [string] Run command to execute | |
{cmd} (Default) | |
-run-list-command [string] Command to get extra run targets | |
(Default) | |
-run-shell-command [string] Run command to execute that runs in shell | |
{terminal} -e {cmd} (Default) | |
-window-command [string] Command executed on accep-entry-custom for window modus | |
xkill -id {window} (Default) | |
-[no-]disable-history Disable history in run/ssh | |
False (Default) | |
-[no-]levenshtein-sort Use levenshtein sorting | |
True (XResources) | |
-[no-]case-sensitive Set case-sensitivity | |
False (Default) | |
-[no-]cycle Cycle through the results list | |
True (Default) | |
-[no-]sidebar-mode Enable sidebar-mode | |
False (Default) | |
-eh [number] Row height (in chars) | |
1 (Default) | |
-[no-]auto-select Enable auto select mode | |
False (Default) | |
-[no-]parse-hosts Parse hosts file for ssh mode | |
False (Default) | |
-[no-]parse-known-hosts Parse known_hosts file for ssh mode | |
True (Default) | |
-combi-modi [string] Set the modi to combine in combi mode | |
drun,window,ssh,run (XResources) | |
-[no-]glob Use glob matching | |
False (Default) | |
-[no-]regex Use regex matching | |
False (Default) | |
-[no-]tokenize Tokenize input string | |
True (Default) | |
-m [number] Monitor id to show on | |
-1 (Default) | |
-line-margin [number] Margin between rows | |
2 (Default) | |
-filter [string] Pre-set filter | |
(unset) (Default) | |
-separator-style [string] Separator style (none, dash, solid) | |
none (XResources) | |
-[no-]hide-scrollbar Hide scroll-bar | |
False (Default) | |
-[no-]fullscreen Fullscreen | |
False (Default) | |
-[no-]fake-transparency Fake transparency | |
False (Default) | |
-dpi [number] DPI | |
-1 (Default) | |
-threads [number] Threads to use for string matching | |
1 (Default) | |
-scrollbar-width [number] Scrollbar width | |
8 (Default) | |
-scroll-method [number] Scrolling method. (0: Page, 1: Centered) | |
0 (Default) | |
-fake-background [string] Background to use for fake transparency. (background or | |
screenshot) | |
screenshot (Default) | |
-window-format [string] Window Format. w (desktop name), t (title), n (name), r | |
(role), c (class) | |
{w} {c} {t} (Default) | |
-pid [string] Pidfile location | |
/run/user/1001/rofi.pid (Default) | |
-kb-primary-paste [string] Paste primary selection | |
Control+Shift+v,Shift+Insert (Default) | |
-kb-secondary-paste [string] Paste clipboard | |
Control+v,Insert (Default) | |
-kb-clear-line [string] Clear input line | |
Control+w (Default) | |
-kb-move-front [string] Beginning of line | |
Control+a (Default) | |
-kb-move-end [string] End of line | |
Control+e (Default) | |
-kb-move-word-back [string] Move back one word | |
Alt+b (Default) | |
-kb-move-word-forward [string] Move forward one word | |
Alt+f (Default) | |
-kb-move-char-back [string] Move back one char | |
Left,Control+b (Default) | |
-kb-move-char-forward [string] Move forward one char | |
Right,Control+f (Default) | |
-kb-remove-word-back [string] Delete previous word | |
Control+Alt+h,Control+Backspace (Default) | |
-kb-remove-word-forward [string] Delete next word | |
Control+Alt+d (Default) | |
-kb-remove-char-forward [string] Delete next char | |
Delete,Control+d (Default) | |
-kb-remove-char-back [string] Delete previous char | |
BackSpace,Control+h (Default) | |
-kb-remove-to-eol [string] Delete till the end of line | |
Control+k (Default) | |
-kb-remove-to-sol [string] Delete till the start of line | |
Control+u (Default) | |
-kb-accept-entry [string] Accept entry | |
Control+j,Control+m,Return,KP_Enter (Default) | |
-kb-accept-custom [string] Use entered text as command (in ssh/run modi) | |
Control+Return (Default) | |
-kb-accept-alt [string] Use alternate accept command. | |
Shift+Return (Default) | |
-kb-delete-entry [string] Delete entry from history | |
Shift+Delete (Default) | |
-kb-mode-next [string] Switch to the next mode. | |
Shift+Right,Control+Tab (Default) | |
-kb-mode-previous [string] Switch to the previous mode. | |
Shift+Left,Control+Shift+Tab (Default) | |
-kb-row-left [string] Go to the previous column | |
Control+Page_Up (Default) | |
-kb-row-right [string] Go to the next column | |
Control+Page_Down (Default) | |
-kb-row-up [string] Select previous entry | |
Up,Control+p,Shift+Tab,Shift+ISO_Left_Tab (Default) | |
-kb-row-down [string] Select next entry | |
Down,Control+n (Default) | |
-kb-row-tab [string] Go to next row, if one left, accept it, if no left next | |
mode. | |
Tab (Default) | |
-kb-page-prev [string] Go to the previous page | |
Page_Up (Default) | |
-kb-page-next [string] Go to the next page | |
Page_Down (Default) | |
-kb-row-first [string] Go to the first entry | |
Home,KP_Home (Default) | |
-kb-row-last [string] Go to the last entry | |
End,KP_End (Default) | |
-kb-row-select [string] Set selected item as input text | |
Control+space (Default) | |
-kb-screenshot [string] Take a screenshot of the rofi window | |
Alt+Shift+S (Default) | |
-kb-toggle-case-sensitivity [string] Toggle case sensitivity | |
grave,dead_grave (Default) | |
-kb-toggle-sort [string] Toggle sort | |
Alt+grave (Default) | |
-kb-cancel [string] Quit rofi | |
Escape,Control+bracketleft (Default) | |
-kb-custom-1 [string] Custom keybinding 1 | |
Alt+1 (Default) | |
-kb-custom-2 [string] Custom keybinding 2 | |
Alt+2 (Default) | |
-kb-custom-3 [string] Custom keybinding 3 | |
Alt+3 (Default) | |
-kb-custom-4 [string] Custom keybinding 4 | |
Alt+4 (Default) | |
-kb-custom-5 [string] Custom Keybinding 5 | |
Alt+5 (Default) | |
-kb-custom-6 [string] Custom keybinding 6 | |
Alt+6 (Default) | |
-kb-custom-7 [string] Custom Keybinding 7 | |
Alt+7 (Default) | |
-kb-custom-8 [string] Custom keybinding 8 | |
Alt+8 (Default) | |
-kb-custom-9 [string] Custom keybinding 9 | |
Alt+9 (Default) | |
-kb-custom-10 [string] Custom keybinding 10 | |
Alt+0 (Default) | |
-kb-custom-11 [string] Custom keybinding 11 | |
Alt+Shift+1 (Default) | |
-kb-custom-12 [string] Custom keybinding 12 | |
Alt+Shift+2 (Default) | |
-kb-custom-13 [string] Csutom keybinding 13 | |
Alt+Shift+3 (Default) | |
-kb-custom-14 [string] Custom keybinding 14 | |
Alt+Shift+4 (Default) | |
-kb-custom-15 [string] Custom keybinding 15 | |
Alt+Shift+5 (Default) | |
-kb-custom-16 [string] Custom keybinding 16 | |
Alt+Shift+6 (Default) | |
-kb-custom-17 [string] Custom keybinding 17 | |
Alt+Shift+7 (Default) | |
-kb-custom-18 [string] Custom keybinding 18 | |
Alt+Shift+8 (Default) | |
-kb-custom-19 [string] Custom Keybinding 19 | |
Alt+Shift+9 (Default) | |
-display-ssh [string] The display name of this browser | |
(unset) (Default) | |
-display-run [string] The display name of this browser | |
(unset) (Default) | |
-display-drun [string] The display name of this browser | |
(unset) (Default) | |
-display-window [string] The display name of this browser | |
(unset) (Default) | |
-display-windowcd [string] The display name of this browser | |
(unset) (Default) | |
-display-combi [string] The display name of this browser | |
(unset) (Default) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment