-
Notifications
You must be signed in to change notification settings - Fork 1
/
copyq.conf
242 lines (237 loc) · 6.44 KB
/
copyq.conf
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
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
[General]
plugin_priority=itemimage, itemencrypted, itemfakevim, itemnotes, itempinned, itemsync, itemtags, itemtext
[Commands]
1\Command=copyq: toggle()
1\GlobalShortcut=ctrl+`
1\Icon=\xf022
1\IsGlobalShortcut=true
1\Name=Show/hide main window
10\Command=copyq: plugins.itemtags.tag()
10\Enable=false
10\Icon=\xf02b
10\InMenu=true
10\Name=Add a Tag
11\Command=copyq: plugins.itemtags.untag()
11\Enable=false
11\Icon=\xf02b
11\InMenu=true
11\Input=application/x-copyq-tags
11\Name=Remove a Tag
12\Command=copyq: plugins.itemtags.clearTags()
12\Enable=false
12\Icon=\xf02b
12\InMenu=true
12\Input=application/x-copyq-tags
12\Name=Clear all tags
2\Command=copyq: plugins.itemencrypted.encryptItems()
2\Icon=\xf023
2\InMenu=true
2\Input=!OUTPUT
2\Name=Encrypt (needs GnuPG)
2\Output=application/x-copyq-encrypted
2\Shortcut=ctrl+l
3\Command=copyq: plugins.itemencrypted.decryptItems()
3\Icon=\xf09c
3\InMenu=true
3\Input=application/x-copyq-encrypted
3\Name=Decrypt
3\Output=application/x-copyq-item
3\Shortcut=ctrl+l
4\Command=copyq: plugins.itemencrypted.copyEncryptedItems()
4\Icon=\xf13e
4\InMenu=true
4\Input=application/x-copyq-encrypted
4\Name=Decrypt and Copy
4\Shortcut=ctrl+shift+l
5\Command=copyq: plugins.itemencrypted.pasteEncryptedItems()
5\Icon=\xf13e
5\InMenu=true
5\Input=application/x-copyq-encrypted
5\Name=Decrypt and Paste
5\Shortcut=enter
6\Command=copyq: plugins.itempinned.pin()
6\Enable=false
6\Icon=\xf08d
6\InMenu=true
6\Input=!OUTPUT
6\Name=Pin
6\Output=application/x-copyq-item-pinned
7\Command=copyq: plugins.itempinned.unpin()
7\Enable=false
7\Icon=\xf08d
7\InMenu=true
7\Input=application/x-copyq-item-pinned
7\Name=Unpin
8\Command=copyq: plugins.itemtags.tag(decodeURIComponent('Important'))
8\Enable=false
8\Icon=\xf02b
8\InMenu=true
8\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) && fail()
8\Name=Tag as \x201cImportant\x201d
9\Command=copyq: plugins.itemtags.untag(decodeURIComponent('Important'))
9\Enable=false
9\Icon=\xf02b
9\InMenu=true
9\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) || fail()
9\Name=Remove tag \x201cImportant\x201d
size=12
[Options]
action_has_input=false
action_has_output=false
action_output_tab=
action_separator=\\n
activate_closes=true
activate_focuses=false
activate_pastes=true
always_on_top=false
autocompletion=true
autostart=true
check_clipboard=true
check_selection=false
clipboard_notification_lines=0
clipboard_tab=&clipboard
close_on_unfocus=true
command_history_size=100
confirm_exit=true
copy_clipboard=false
copy_selection=false
disable_tray=false
edit_ctrl_return=true
editor=gedit --standalone -- %1
expire_tab=0
hide_main_window=false
hide_tabs=true
hide_toolbar=true
hide_toolbar_labels=true
item_popup_interval=0
language=en
maxitems=200
move=true
notification_horizontal_offset=10
notification_maximum_height=100
notification_maximum_width=300
notification_position=3
notification_vertical_offset=10
number_search=false
open_windows_on_current_screen=true
save_filter_history=false
show_simple_items=false
show_tab_item_count=false
tab_tree=false
tabs=&clipboard
text_wrap=true
transparency=0
transparency_focused=0
tray_commands=true
tray_images=true
tray_item_paste=true
tray_items=5
tray_tab=
tray_tab_is_current=true
vi=false
[Plugins]
itemdata\enabled=true
itemencrypted\enabled=true
itemfakevim\enabled=true
itemimage\enabled=true
itemimage\image_editor=
itemimage\max_image_height=240
itemimage\max_image_width=320
itemimage\svg_editor=
itemnotes\enabled=true
itempinned\enabled=true
itemsync\enabled=true
itemtags\enabled=true
itemtext\enabled=true
[Shortcuts]
about=shift+f1
change_tab_icon=ctrl+shift+t
commands=f6
copy_selected_items=ctrl+c
delete_item=del
edit=f2
edit_notes=shift+f2
editor=ctrl+e
exit=ctrl+q
export=ctrl+s
find_items=ctrl+g
format-next=ctrl+right
format-previous=ctrl+left
help=f1
import=ctrl+i
item-menu=shift+f10
move_down=ctrl+down
move_to_bottom=ctrl+end
move_to_clipboard=
move_to_top=ctrl+home
move_up=ctrl+up
new=ctrl+n
new_tab=ctrl+t
next_tab=right
paste_selected_items=ctrl+v
preferences=ctrl+p
previous_tab=left
process_manager=ctrl+shift+z
remove_tab=ctrl+w
rename_tab=ctrl+f2
reverse_selected_items=ctrl+shift+r
show-log=f12
show_clipboard_content=ctrl+shift+c
show_item_content=f4
show_item_preview=f7
sort_selected_items=ctrl+shift+s
system-run=f5
toggle_clipboard_storing=ctrl+shift+x
[Theme]
alt_bg=#f7f5f3
alt_item_css=
bg=#ffffff
css=
cur_item_css="\n ;border: 0.1em solid ${sel_bg}"
edit_bg=#ffffff
edit_fg=#000000
edit_font=
fg=#000000
find_bg=#ff0
find_fg=#000
find_font=
font=
font_antialiasing=true
item_css=
item_spacing=
menu_bar_css="\n ;background: ${bg}\n ;color: ${fg}"
menu_bar_disabled_css="\n ;color: ${bg - #666}"
menu_bar_selected_css="\n ;background: ${sel_bg}\n ;color: ${sel_fg}"
menu_css="\n ;border-top: 0.08em solid ${bg + #333}\n ;border-left: 0.08em solid ${bg + #333}\n ;border-bottom: 0.08em solid ${bg - #333}\n ;border-right: 0.08em solid ${bg - #333}"
notes_bg=#ffffdc
notes_css=
notes_fg=#000000
notes_font=
notification_bg=#333
notification_fg=#ddd
notification_font=
num_fg=#000000
num_font=
search_bar="\n ;background: ${edit_bg}\n ;color: ${edit_fg}\n ;border: 1px solid ${alt_bg}\n ;margin: 2px"
search_bar_focused="\n ;border: 1px solid ${sel_bg}"
sel_bg=#308cc6
sel_fg=#ffffff
sel_item_css=
show_number=true
show_scrollbars=true
style_main_window=false
tab_bar_css="\n ;background: ${bg - #222}"
tab_bar_item_counter="\n ;color: ${fg - #044 + #400}\n ;font-size: 6pt"
tab_bar_scroll_buttons_css="\n ;background: ${bg - #222}\n ;color: ${fg}\n ;border: 0"
tab_bar_sel_item_counter="\n ;color: ${sel_bg - #044 + #400}"
tab_bar_tab_selected_css="\n ;padding: 0.5em\n ;background: ${bg}\n ;border: 0.05em solid ${bg}\n ;color: ${fg}"
tab_bar_tab_unselected_css="\n ;border: 0.05em solid ${bg}\n ;padding: 0.5em\n ;background: ${bg - #222}\n ;color: ${fg - #333}"
tab_tree_css="\n ;color: ${fg}\n ;background-color: ${bg}"
tab_tree_item_counter="\n ;color: ${fg - #044 + #400}\n ;font-size: 6pt"
tab_tree_sel_item_counter="\n ;color: ${sel_fg - #044 + #400}"
tab_tree_sel_item_css="\n ;color: ${sel_fg}\n ;background-color: ${sel_bg}\n ;border-radius: 2px"
tool_bar_css="\n ;color: ${fg}\n ;background-color: ${bg}\n ;border: 0"
tool_button_css="\n ;background-color: transparent"
tool_button_pressed_css="\n ;background: ${sel_bg}"
tool_button_selected_css="\n ;background: ${sel_bg}\n ;color: ${sel_fg}"
use_system_icons=false