2015-12-31 16:45:36 -05:00
|
|
|
! Enabled modi
|
|
|
|
rofi.modi: combi,drun
|
|
|
|
! Window opacity
|
|
|
|
rofi.opacity: 100
|
|
|
|
! Window width
|
|
|
|
rofi.width: 50
|
|
|
|
! Number of lines
|
|
|
|
rofi.lines: 8
|
|
|
|
! Number of columns
|
|
|
|
rofi.columns: 1
|
|
|
|
! Font to use
|
|
|
|
rofi.font: Source Code Pro Medium 10
|
|
|
|
! Color scheme for normal row
|
|
|
|
rofi.color-normal: argb:0000000, #a2b5df, argb:3affffff, #a2b5df, #02143f
|
|
|
|
! Color scheme for urgent row
|
|
|
|
rofi.color-urgent: argb:0000000, #ff817f, argb:3affffff, #ff817f, #02143f
|
|
|
|
! Color scheme for active row
|
|
|
|
rofi.color-active: argb:0000000, #6aa4ff, argb:3affffff, #6aa4ff, #02143f
|
|
|
|
! Color scheme window
|
|
|
|
rofi.color-window: argb:ee02143f, #a2b5df, #a2b5df
|
|
|
|
! Border width
|
|
|
|
rofi.bw: 2
|
|
|
|
! Location on screen
|
|
|
|
rofi.location: 2
|
|
|
|
! Padding
|
|
|
|
rofi.padding: 2
|
|
|
|
! Y-offset relative to location
|
|
|
|
rofi.yoffset: -2
|
|
|
|
! X-offset relative to location
|
|
|
|
rofi.xoffset: 0
|
|
|
|
! Always show number of lines
|
|
|
|
rofi.fixed-num-lines: true
|
|
|
|
! Terminal to use
|
|
|
|
rofi.terminal: sakura
|
|
|
|
! Ssh client to use
|
|
|
|
rofi.ssh-client: ssh
|
|
|
|
! Ssh command to execute
|
|
|
|
rofi.ssh-command: {terminal} -e {ssh-client} {host}
|
|
|
|
! Run command to execute
|
|
|
|
rofi.run-command: bash -c "{cmd}"
|
|
|
|
! Command to get extra run targets
|
|
|
|
rofi.run-list-command:
|
|
|
|
! Run command to execute that runs in shell
|
|
|
|
rofi.run-shell-command: {terminal} -e {cmd}
|
2016-05-13 03:25:52 -04:00
|
|
|
! Command executed on accep-entry-custom for window modus
|
|
|
|
rofi.window-command: xkill -id {window}
|
2015-12-31 16:45:36 -05:00
|
|
|
! Disable history in run/ssh
|
|
|
|
rofi.disable-history: false
|
|
|
|
! Use levenshtein sorting
|
|
|
|
rofi.levenshtein-sort: false
|
|
|
|
! Set case-sensitivity
|
|
|
|
rofi.case-sensitive: false
|
2016-05-25 14:40:23 -04:00
|
|
|
! Cycle through the results list
|
|
|
|
rofi.cycle: true
|
2015-12-31 16:45:36 -05:00
|
|
|
! Enable sidebar-mode
|
|
|
|
rofi.sidebar-mode: false
|
|
|
|
! Row height (in chars)
|
|
|
|
rofi.eh: 1
|
|
|
|
! Enable auto select mode
|
|
|
|
rofi.auto-select: false
|
|
|
|
! Parse hosts file for ssh mode
|
|
|
|
rofi.parse-hosts: false
|
|
|
|
! Parse known_hosts file for ssh mode
|
|
|
|
rofi.parse-known-hosts: true
|
|
|
|
! Set the modi to combine in combi mode
|
|
|
|
rofi.combi-modi: window,drun,run,ssh
|
|
|
|
! Use glob matching
|
|
|
|
rofi.glob: false
|
|
|
|
! Use regex matching
|
|
|
|
rofi.regex: false
|
|
|
|
! Tokenize input string
|
|
|
|
rofi.tokenize: true
|
|
|
|
! Monitor id to show on
|
|
|
|
rofi.m: -1
|
|
|
|
! Margin between rows
|
|
|
|
rofi.line-margin: 3
|
|
|
|
! Pre-set filter
|
|
|
|
rofi.filter:
|
|
|
|
! Separator style (none, dash, solid)
|
|
|
|
rofi.separator-style: solid
|
|
|
|
! Hide scroll-bar
|
|
|
|
rofi.hide-scrollbar: false
|
|
|
|
! Fullscreen
|
|
|
|
rofi.fullscreen: false
|
|
|
|
! Fake transparency
|
|
|
|
rofi.fake-transparency: false
|
|
|
|
! DPI
|
|
|
|
rofi.dpi: 101
|
|
|
|
! Threads to use for string matching
|
|
|
|
rofi.threads: 8
|
|
|
|
! Scrollbar width
|
|
|
|
rofi.scrollbar-width: 8
|
2016-02-17 14:29:23 -05:00
|
|
|
! Scrolling method. (0: Page, 1: Centered)
|
|
|
|
rofi.scroll-method: 0
|
2016-05-07 05:55:17 -04:00
|
|
|
! Background to use for fake transparency. (background or screenshot)
|
|
|
|
rofi.fake-background: screenshot
|
2016-06-28 17:34:07 -04:00
|
|
|
! Window Format. w (desktop name), t (title), n (name), r (role), c (class)
|
|
|
|
rofi.window-format: w c t
|
2015-12-31 16:45:36 -05:00
|
|
|
! Pidfile location
|
|
|
|
rofi.pid: /tmp/1000-runtime-dir/rofi.pid
|
2016-05-31 01:59:40 -04:00
|
|
|
! Paste primary selection
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-primary-paste: Control+Shift+v,Shift+Insert
|
2016-05-31 01:59:40 -04:00
|
|
|
! Paste clipboard
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-secondary-paste: Control+v,Insert
|
2016-05-31 01:59:40 -04:00
|
|
|
! Clear input line
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-clear-line: Control+u
|
2016-05-31 01:59:40 -04:00
|
|
|
! Beginning of line
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-move-front: Control+a
|
2016-05-31 01:59:40 -04:00
|
|
|
! End of line
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-move-end: Control+e
|
2016-05-31 01:59:40 -04:00
|
|
|
! Move back one word
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-move-word-back: Alt+b
|
2016-05-31 01:59:40 -04:00
|
|
|
! Move forward one word
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-move-word-forward: Alt+f
|
2016-05-31 01:59:40 -04:00
|
|
|
! Move back one char
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-move-char-back: Left,Control+b
|
2016-05-31 01:59:40 -04:00
|
|
|
! Move forward one char
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-move-char-forward: Right,Control+f
|
2016-05-31 01:59:40 -04:00
|
|
|
! Delete previous word
|
2016-06-06 03:40:55 -04:00
|
|
|
rofi.kb-remove-word-back: Control+Alt+h,Control+Backspace
|
2016-05-31 01:59:40 -04:00
|
|
|
! Delete next word
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-remove-word-forward: Control+Alt+d
|
2016-05-31 01:59:40 -04:00
|
|
|
! Delete next char
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-remove-char-forward: Delete,Control+d
|
2016-05-31 01:59:40 -04:00
|
|
|
! Delete previous char
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-remove-char-back: BackSpace,Control+h
|
2016-05-31 01:59:40 -04:00
|
|
|
! Accept entry
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-accept-entry: Control+j,Control+m,Return,KP_Enter
|
2016-05-31 01:59:40 -04:00
|
|
|
! Use entered text as command (in ssh/run modi)
|
2016-06-19 12:02:49 -04:00
|
|
|
rofi.kb-accept-custom: Control+Return
|
|
|
|
! Use alternate accept command.
|
|
|
|
rofi.kb-accept-alt: Shift+Return
|
2016-05-31 01:59:40 -04:00
|
|
|
! Delete entry from history
|
|
|
|
rofi.kb-delete-entry: Shift+Delete
|
|
|
|
! Switch to the next mode.
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-mode-next: Shift+Right,Control+Tab
|
2016-05-31 01:59:40 -04:00
|
|
|
! Switch to the previous mode.
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-mode-previous: Shift+Left,Control+Shift+Tab
|
2016-05-31 01:59:40 -04:00
|
|
|
! Go to the previous column
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-row-left: Control+Page_Up
|
2016-05-31 01:59:40 -04:00
|
|
|
! Go to the next column
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-row-right: Control+Page_Down
|
2016-05-31 01:59:40 -04:00
|
|
|
! Select previous entry
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-row-up: Up,Control+p,Shift+Tab
|
2016-05-31 01:59:40 -04:00
|
|
|
! Select next entry
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-row-down: Down,Control+n
|
2016-05-31 02:16:24 -04:00
|
|
|
! Go to next row, if one left, accept it, if no left next mode.
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-row-tab: Tab
|
2016-05-31 01:59:40 -04:00
|
|
|
! Go to the previous page
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-page-prev: Page_Up
|
2016-05-31 01:59:40 -04:00
|
|
|
! Go to the next page
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-page-next: Page_Down
|
2016-05-31 01:59:40 -04:00
|
|
|
! Go to the first entry
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-row-first: Home,KP_Home
|
2016-05-31 01:59:40 -04:00
|
|
|
! Go to the last entry
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-row-last: End,KP_End
|
2016-05-31 01:59:40 -04:00
|
|
|
! Set selected item as input text
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-row-select: Control+space
|
2016-05-31 01:59:40 -04:00
|
|
|
! Take a screenshot of the rofi window
|
|
|
|
rofi.kb-screenshot: Alt+Shift+S
|
|
|
|
! Toggle case sensitivity
|
|
|
|
rofi.kb-toggle-case-sensitivity: grave,dead_grave
|
|
|
|
! Toggle sort
|
|
|
|
rofi.kb-toggle-sort: Alt+grave
|
|
|
|
! Quit rofi
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-cancel: Escape,Control+bracketleft
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 1
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-1: Alt+1
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 2
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-2: Alt+2
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 3
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-3: Alt+3
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 4
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-4: Alt+4
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom Keybinding 5
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-5: Alt+5
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 6
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-6: Alt+6
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom Keybinding 7
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-7: Alt+7
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 8
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-8: Alt+8
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 9
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-9: Alt+9
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 10
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-10: Alt+0
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 11
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-11: Alt+Shift+1
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 12
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-12: Alt+Shift+2
|
2016-05-31 01:59:40 -04:00
|
|
|
! Csutom keybinding 13
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-13: Alt+Shift+3
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 14
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-14: Alt+Shift+4
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 15
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-15: Alt+Shift+5
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 16
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-16: Alt+Shift+6
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 17
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-17: Alt+Shift+7
|
2016-05-31 01:59:40 -04:00
|
|
|
! Custom keybinding 18
|
|
|
|
rofi.kb-custom-18: Alt+Shift+8
|
|
|
|
! Custom Keybinding 19
|
2015-12-31 16:45:36 -05:00
|
|
|
rofi.kb-custom-19: Alt+Shift+9
|
2016-01-17 07:47:25 -05:00
|
|
|
! The display name of this browser
|
|
|
|
rofi.display-ssh:
|
|
|
|
! The display name of this browser
|
|
|
|
rofi.display-run:
|
|
|
|
! The display name of this browser
|
|
|
|
rofi.display-drun:
|
|
|
|
! The display name of this browser
|
|
|
|
rofi.display-window:
|
|
|
|
! The display name of this browser
|
2016-05-23 02:18:39 -04:00
|
|
|
rofi.display-windowcd: windowcd
|
2016-01-17 07:47:25 -05:00
|
|
|
! The display name of this browser
|
2016-05-23 02:18:39 -04:00
|
|
|
rofi.display-combi: combi
|