diff options
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/copyq/copyq-commands.ini | 50 | ||||
-rw-r--r-- | dot_config/copyq/copyq-filter.ini | 2 | ||||
-rw-r--r-- | dot_config/copyq/copyq.conf | 216 |
3 files changed, 268 insertions, 0 deletions
diff --git a/dot_config/copyq/copyq-commands.ini b/dot_config/copyq/copyq-commands.ini new file mode 100644 index 0000000..91ffb63 --- /dev/null +++ b/dot_config/copyq/copyq-commands.ini | |||
@@ -0,0 +1,50 @@ | |||
1 | [Commands] | ||
2 | 1\Command=copyq: toggle() | ||
3 | 1\GlobalShortcut=alt+v | ||
4 | 1\Icon=\xf022 | ||
5 | 1\InternalId=copyq_global_toggle | ||
6 | 1\IsGlobalShortcut=true | ||
7 | 1\Name=Show/hide main window | ||
8 | 2\Command=copyq: plugins.itempinned.pin() | ||
9 | 2\Icon=\xf08d | ||
10 | 2\InMenu=true | ||
11 | 2\Input=!OUTPUT | ||
12 | 2\InternalId=copyq_pinned_pin | ||
13 | 2\Name=Pin | ||
14 | 2\Output=application/x-copyq-item-pinned | ||
15 | 3\Command=copyq: plugins.itempinned.unpin() | ||
16 | 3\Icon=\xf08d | ||
17 | 3\InMenu=true | ||
18 | 3\Input=application/x-copyq-item-pinned | ||
19 | 3\InternalId=copyq_pinned_unpin | ||
20 | 3\Name=Unpin | ||
21 | 4\Command=copyq: plugins.itemtags.tag(decodeURIComponent('Important')) | ||
22 | 4\Icon=\xf02b | ||
23 | 4\InMenu=true | ||
24 | 4\InternalId=copyq_tags_tag:Important | ||
25 | 4\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) && fail() | ||
26 | 4\Name=Tag as \x201cImportant\x201d | ||
27 | 5\Command=copyq: plugins.itemtags.untag(decodeURIComponent('Important')) | ||
28 | 5\Icon=\xf02b | ||
29 | 5\InMenu=true | ||
30 | 5\InternalId=copyq_tags_untag:Important | ||
31 | 5\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) || fail() | ||
32 | 5\Name=Remove tag \x201cImportant\x201d | ||
33 | 6\Command=copyq: plugins.itemtags.tag() | ||
34 | 6\Icon=\xf02b | ||
35 | 6\InMenu=true | ||
36 | 6\InternalId=copyq_tags_tag | ||
37 | 6\Name=Add a Tag | ||
38 | 7\Command=copyq: plugins.itemtags.untag() | ||
39 | 7\Icon=\xf02b | ||
40 | 7\InMenu=true | ||
41 | 7\Input=application/x-copyq-tags | ||
42 | 7\InternalId=copyq_tags_untag | ||
43 | 7\Name=Remove a Tag | ||
44 | 8\Command=copyq: plugins.itemtags.clearTags() | ||
45 | 8\Icon=\xf02b | ||
46 | 8\InMenu=true | ||
47 | 8\Input=application/x-copyq-tags | ||
48 | 8\InternalId=copyq_tags_clear | ||
49 | 8\Name=Clear all tags | ||
50 | size=8 | ||
diff --git a/dot_config/copyq/copyq-filter.ini b/dot_config/copyq/copyq-filter.ini new file mode 100644 index 0000000..50b0ec1 --- /dev/null +++ b/dot_config/copyq/copyq-filter.ini | |||
@@ -0,0 +1,2 @@ | |||
1 | [General] | ||
2 | filter_history=@Invalid() | ||
diff --git a/dot_config/copyq/copyq.conf b/dot_config/copyq/copyq.conf new file mode 100644 index 0000000..c4be29c --- /dev/null +++ b/dot_config/copyq/copyq.conf | |||
@@ -0,0 +1,216 @@ | |||
1 | [General] | ||
2 | plugin_priority=itemimage, itemencrypted, itemfakevim, itemnotes, itempinned, itemsync, itemtags, itemtext | ||
3 | |||
4 | [Options] | ||
5 | activate_closes=true | ||
6 | activate_focuses=true | ||
7 | activate_item_with_single_click=false | ||
8 | activate_pastes=true | ||
9 | always_on_top=false | ||
10 | autocompletion=true | ||
11 | autostart=true | ||
12 | change_clipboard_owner_delay_ms=150 | ||
13 | check_clipboard=true | ||
14 | check_selection=false | ||
15 | clipboard_notification_lines=0 | ||
16 | clipboard_tab=&clipboard | ||
17 | close_on_unfocus=false | ||
18 | close_on_unfocus_delay_ms=500 | ||
19 | command_history_size=100 | ||
20 | confirm_exit=true | ||
21 | copy_clipboard=true | ||
22 | copy_selection=false | ||
23 | disable_tray=false | ||
24 | edit_ctrl_return=true | ||
25 | editor=gedit --standalone -- %1 | ||
26 | expire_tab=0 | ||
27 | filter_case_insensitive=true | ||
28 | filter_regular_expression=false | ||
29 | hide_main_window=false | ||
30 | hide_main_window_in_task_bar=false | ||
31 | hide_tabs=false | ||
32 | hide_toolbar=false | ||
33 | hide_toolbar_labels=true | ||
34 | item_popup_interval=0 | ||
35 | language=en | ||
36 | max_process_manager_rows=1000 | ||
37 | maxitems=10000 | ||
38 | move=true | ||
39 | native_menu_bar=true | ||
40 | native_notifications=true | ||
41 | native_tray_menu=false | ||
42 | notification_horizontal_offset=10 | ||
43 | notification_maximum_height=100 | ||
44 | notification_maximum_width=300 | ||
45 | notification_position=3 | ||
46 | notification_vertical_offset=10 | ||
47 | number_search=false | ||
48 | open_windows_on_current_screen=true | ||
49 | restore_geometry=true | ||
50 | row_index_from_one=true | ||
51 | run_selection=true | ||
52 | save_delay_ms_on_item_added=300000 | ||
53 | save_delay_ms_on_item_edited=1000 | ||
54 | save_delay_ms_on_item_modified=300000 | ||
55 | save_delay_ms_on_item_moved=1800000 | ||
56 | save_delay_ms_on_item_removed=600000 | ||
57 | save_filter_history=false | ||
58 | save_on_app_deactivated=true | ||
59 | script_paste_delay_ms=250 | ||
60 | show_advanced_command_settings=false | ||
61 | show_simple_items=false | ||
62 | show_tab_item_count=false | ||
63 | style= | ||
64 | tab_tree=false | ||
65 | tabs=&clipboard | ||
66 | text_tab_width=8 | ||
67 | text_wrap=true | ||
68 | transparency=0 | ||
69 | transparency_focused=0 | ||
70 | tray_commands=true | ||
71 | tray_images=true | ||
72 | tray_item_paste=true | ||
73 | tray_items=5 | ||
74 | tray_menu_open_on_left_click=false | ||
75 | tray_tab= | ||
76 | tray_tab_is_current=true | ||
77 | vi=false | ||
78 | window_key_press_time_ms=50 | ||
79 | window_paste_with_ctrl_v_regex= | ||
80 | window_wait_after_raised_ms=50 | ||
81 | window_wait_before_raise_ms=20 | ||
82 | window_wait_for_modifier_released_ms=2000 | ||
83 | window_wait_raised_ms=150 | ||
84 | |||
85 | [Plugins] | ||
86 | itemencrypted\enabled=true | ||
87 | itemfakevim\enabled=true | ||
88 | itemimage\enabled=true | ||
89 | itemimage\image_editor= | ||
90 | itemimage\max_image_height=240 | ||
91 | itemimage\max_image_width=320 | ||
92 | itemimage\svg_editor= | ||
93 | itemnotes\enabled=true | ||
94 | itempinned\enabled=true | ||
95 | itemsync\enabled=true | ||
96 | itemtags\enabled=true | ||
97 | itemtext\enabled=true | ||
98 | |||
99 | [Shortcuts] | ||
100 | about=shift+f1 | ||
101 | change_tab_icon=ctrl+shift+t | ||
102 | commands=f6 | ||
103 | copy_selected_items=ctrl+c | ||
104 | delete_item=del | ||
105 | edit=f2 | ||
106 | edit_notes=shift+f2 | ||
107 | editor=ctrl+e | ||
108 | editor_background= | ||
109 | editor_bold=ctrl+b | ||
110 | editor_cancel=esc | ||
111 | editor_erase_style= | ||
112 | editor_font= | ||
113 | editor_foreground= | ||
114 | editor_italic=ctrl+i | ||
115 | editor_redo=ctrl+shift+z | ||
116 | editor_save=f2 | ||
117 | editor_search=ctrl+f | ||
118 | editor_strikethrough= | ||
119 | editor_underline=ctrl+u | ||
120 | editor_undo=ctrl+z | ||
121 | exit=ctrl+q | ||
122 | export=ctrl+s | ||
123 | find_items=f3 | ||
124 | help=f1 | ||
125 | import=ctrl+i | ||
126 | item-menu=shift+f10 | ||
127 | move_down=ctrl+down | ||
128 | move_to_bottom=ctrl+end | ||
129 | move_to_clipboard= | ||
130 | move_to_top=ctrl+home | ||
131 | move_up=ctrl+up | ||
132 | new=ctrl+n | ||
133 | new_tab=ctrl+t | ||
134 | next_tab=right | ||
135 | paste_selected_items=ctrl+v | ||
136 | preferences=ctrl+p | ||
137 | previous_tab=left | ||
138 | process_manager=ctrl+shift+z | ||
139 | remove_tab=ctrl+w | ||
140 | rename_tab=ctrl+f2 | ||
141 | reverse_selected_items=ctrl+shift+r | ||
142 | show-log=f12 | ||
143 | show_clipboard_content=ctrl+shift+c | ||
144 | show_item_content=f4 | ||
145 | show_item_preview=f7 | ||
146 | sort_selected_items=ctrl+shift+s | ||
147 | system-run=f5 | ||
148 | toggle_clipboard_storing=ctrl+shift+x | ||
149 | |||
150 | [Tabs] | ||
151 | 1\icon= | ||
152 | 1\max_item_count=0 | ||
153 | 1\name=&clipboard | ||
154 | 1\store_items=true | ||
155 | size=1 | ||
156 | |||
157 | [Theme] | ||
158 | alt_bg=default_alt_bg | ||
159 | alt_item_css= | ||
160 | bg=default_bg | ||
161 | css= | ||
162 | css_template_items=items | ||
163 | css_template_main_window=main_window | ||
164 | css_template_menu=menu | ||
165 | css_template_notification=notification | ||
166 | cur_item_css="\n ;border: 0.1em solid ${sel_bg}" | ||
167 | edit_bg=default_bg | ||
168 | edit_fg=default_text | ||
169 | edit_font="Sans Serif,18,-1,5,50,0,0,0,0,0" | ||
170 | fg=default_text | ||
171 | find_bg=#ff0 | ||
172 | find_fg=#000 | ||
173 | find_font="Sans Serif,18,-1,5,50,0,0,0,0,0" | ||
174 | font="Sans Serif,18,-1,5,50,0,0,0,0,0" | ||
175 | font_antialiasing=true | ||
176 | hover_item_css= | ||
177 | icon_size=16 | ||
178 | item_css= | ||
179 | item_spacing= | ||
180 | menu_bar_css="\n ;background: ${bg}\n ;color: ${fg}" | ||
181 | menu_bar_disabled_css="\n ;color: ${bg - #666}" | ||
182 | menu_bar_selected_css="\n ;background: ${sel_bg}\n ;color: ${sel_fg}" | ||
183 | menu_css="\n ;border: 1px solid ${sel_bg}\n ;background: ${bg}\n ;color: ${fg}" | ||
184 | notes_bg=default_tooltip_bg | ||
185 | notes_css= | ||
186 | notes_fg=default_tooltip_text | ||
187 | notes_font="Sans Serif,18,-1,5,50,0,0,0,0,0" | ||
188 | notification_bg=#333 | ||
189 | notification_fg=#ddd | ||
190 | notification_font="Sans Serif,18,-1,5,50,0,0,0,0,0" | ||
191 | num_fg=default_placeholder_text | ||
192 | num_font="Sans Serif,18,-1,5,50,0,0,0,0,0" | ||
193 | num_margin=2 | ||
194 | search_bar="\n ;background: ${edit_bg}\n ;color: ${edit_fg}\n ;border: 1px solid ${alt_bg}\n ;margin: 2px" | ||
195 | search_bar_focused="\n ;border: 1px solid ${sel_bg}" | ||
196 | sel_bg=default_highlight_bg | ||
197 | sel_fg=default_highlight_text | ||
198 | sel_item_css= | ||
199 | show_number=true | ||
200 | show_scrollbars=true | ||
201 | style_main_window=false | ||
202 | tab_bar_css="\n ;background: ${bg - #222}" | ||
203 | tab_bar_item_counter="\n ;color: ${fg - #044 + #400}\n ;font-size: 6pt" | ||
204 | tab_bar_scroll_buttons_css="\n ;background: ${bg - #222}\n ;color: ${fg}\n ;border: 0" | ||
205 | tab_bar_sel_item_counter="\n ;color: ${sel_bg - #044 + #400}" | ||
206 | tab_bar_tab_selected_css="\n ;padding: 0.5em\n ;background: ${bg}\n ;border: 0.05em solid ${bg}\n ;color: ${fg}" | ||
207 | tab_bar_tab_unselected_css="\n ;border: 0.05em solid ${bg}\n ;padding: 0.5em\n ;background: ${bg - #222}\n ;color: ${fg - #333}" | ||
208 | tab_tree_css="\n ;color: ${fg}\n ;background-color: ${bg}" | ||
209 | tab_tree_item_counter="\n ;color: ${fg - #044 + #400}\n ;font-size: 6pt" | ||
210 | tab_tree_sel_item_counter="\n ;color: ${sel_fg - #044 + #400}" | ||
211 | tab_tree_sel_item_css="\n ;color: ${sel_fg}\n ;background-color: ${sel_bg}\n ;border-radius: 2px" | ||
212 | tool_bar_css="\n ;color: ${fg}\n ;background-color: ${bg}\n ;border: 0" | ||
213 | tool_button_css="\n ;color: ${fg}\n ;background: ${bg}\n ;border: 0\n ;border-radius: 2px" | ||
214 | tool_button_pressed_css="\n ;background: ${sel_bg}" | ||
215 | tool_button_selected_css="\n ;background: ${sel_bg - #222}\n ;color: ${sel_fg}\n ;border: 1px solid ${sel_bg}" | ||
216 | use_system_icons=false | ||