summaryrefslogtreecommitdiffstats
path: root/doc/test_xr.txt
blob: 0d5928ecaee1bb8c3a1975796388eff9a967fdc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
! 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}
! Command executed on accep-entry-custom for window modus
rofi.window-command:                 xkill -id {window}
! Disable history in run/ssh
rofi.disable-history:                false
! Use levenshtein sorting
rofi.levenshtein-sort:               false
! Set case-sensitivity
rofi.case-sensitive:                 false
! Cycle through the results list
rofi.cycle:                          true
! 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
! Scrolling method. (0: Page, 1: Centered)
rofi.scroll-method:                  0
! Background to use for fake transparency. (background or screenshot)
rofi.fake-background:                screenshot
! Window Format. w (desktop name), t (title), n (name), r (role), c (class)
rofi.window-format:                  w   c   t
! Pidfile location
rofi.pid:                            /tmp/1000-runtime-dir/rofi.pid
! Paste primary selection
rofi.kb-primary-paste:               Control+Shift+v,Shift+Insert
! Paste clipboard
rofi.kb-secondary-paste:             Control+v,Insert
! Clear input line
rofi.kb-clear-line:                  Control+u
! Beginning of line
rofi.kb-move-front:                  Control+a
! End of line
rofi.kb-move-end:                    Control+e
! Move back one word
rofi.kb-move-word-back:              Alt+b
! Move forward one word
rofi.kb-move-word-forward:           Alt+f
! Move back one char
rofi.kb-move-char-back:              Left,Control+b
! Move forward one char
rofi.kb-move-char-forward:           Right,Control+f
! Delete previous word
rofi.kb-remove-word-back:            Control+Alt+h,Control+Backspace
! Delete next word
rofi.kb-remove-word-forward:         Control+Alt+d
! Delete next char
rofi.kb-remove-char-forward:         Delete,Control+d
! Delete previous char
rofi.kb-remove-char-back:            BackSpace,Control+h
! Accept entry
rofi.kb-accept-entry:                Control+j,Control+m,Return,KP_Enter
! Use entered text as command (in ssh/run modi)
rofi.kb-accept-custom:               Control+Return
! Use alternate accept command.
rofi.kb-accept-alt:                  Shift+Return
! Delete entry from history
rofi.kb-delete-entry:                Shift+Delete
! Switch to the next mode.
rofi.kb-mode-next:                   Shift+Right,Control+Tab
! Switch to the previous mode.
rofi.kb-mode-previous:               Shift+Left,Control+Shift+Tab
! Go to the previous column
rofi.kb-row-left:                    Control+Page_Up
! Go to the next column
rofi.kb-row-right:                   Control+Page_Down
! Select previous entry
rofi.kb-row-up:                      Up,Control+p,Shift+Tab
! Select next entry
rofi.kb-row-down:                    Down,Control+n
! Go to next row, if one left, accept it, if no left next mode.
rofi.kb-row-tab:                     Tab
! Go to the previous page
rofi.kb-page-prev:                   Page_Up
! Go to the next page
rofi.kb-page-next:                   Page_Down
! Go to the first entry
rofi.kb-row-first:                   Home,KP_Home
! Go to the last entry
rofi.kb-row-last:                    End,KP_End
! Set selected item as input text
rofi.kb-row-select:                  Control+space
! 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
rofi.kb-cancel:                      Escape,Control+bracketleft
! Custom keybinding 1
rofi.kb-custom-1:                    Alt+1
! Custom keybinding 2
rofi.kb-custom-2:                    Alt+2
! Custom keybinding 3
rofi.kb-custom-3:                    Alt+3
! Custom keybinding 4
rofi.kb-custom-4:                    Alt+4
! Custom Keybinding 5
rofi.kb-custom-5:                    Alt+5
! Custom keybinding 6
rofi.kb-custom-6:                    Alt+6
! Custom Keybinding 7
rofi.kb-custom-7:                    Alt+7
! Custom keybinding 8
rofi.kb-custom-8:                    Alt+8
! Custom keybinding 9
rofi.kb-custom-9:                    Alt+9
! Custom keybinding 10
rofi.kb-custom-10:                   Alt+0
! Custom keybinding 11
rofi.kb-custom-11:                   Alt+Shift+1
! Custom keybinding 12
rofi.kb-custom-12:                   Alt+Shift+2
! Csutom keybinding 13
rofi.kb-custom-13:                   Alt+Shift+3
! Custom keybinding 14
rofi.kb-custom-14:                   Alt+Shift+4
! Custom keybinding 15
rofi.kb-custom-15:                   Alt+Shift+5
! Custom keybinding 16
rofi.kb-custom-16:                   Alt+Shift+6
! Custom keybinding 17
rofi.kb-custom-17:                   Alt+Shift+7
! Custom keybinding 18
rofi.kb-custom-18:                   Alt+Shift+8
! Custom Keybinding 19
rofi.kb-custom-19:                   Alt+Shift+9
! 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
rofi.display-windowcd:               windowcd
! The display name of this browser
rofi.display-combi:                  combi