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