diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/copyq/copyq.conf | 74 |
1 files changed, 56 insertions, 18 deletions
diff --git a/.config/copyq/copyq.conf b/.config/copyq/copyq.conf index fd82bff..fbfb3c3 100644 --- a/.config/copyq/copyq.conf +++ b/.config/copyq/copyq.conf @@ -1,6 +1,44 @@ [General] plugin_priority=itemimage, itemencrypted, itemfakevim, itemnotes, itempinned, itemsync, itemtags, itemtext +[Commands] +1\Command=copyq: plugins.itempinned.pin() +1\Icon=\xf08d +1\InMenu=true +1\Input=!OUTPUT +1\Name=Pin +1\Output=application/x-copyq-item-pinned +2\Command=copyq: plugins.itempinned.unpin() +2\Icon=\xf08d +2\InMenu=true +2\Input=application/x-copyq-item-pinned +2\Name=Unpin +3\Command=copyq: plugins.itemtags.tag(decodeURIComponent('Important')) +3\Icon=\xf02b +3\InMenu=true +3\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) && fail() +3\Name=Tag as \x201cImportant\x201d +4\Command=copyq: plugins.itemtags.untag(decodeURIComponent('Important')) +4\Icon=\xf02b +4\InMenu=true +4\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) || fail() +4\Name=Remove tag \x201cImportant\x201d +5\Command=copyq: plugins.itemtags.tag() +5\Icon=\xf02b +5\InMenu=true +5\Name=Add a Tag +6\Command=copyq: plugins.itemtags.untag() +6\Icon=\xf02b +6\InMenu=true +6\Input=application/x-copyq-tags +6\Name=Remove a Tag +7\Command=copyq: plugins.itemtags.clearTags() +7\Icon=\xf02b +7\InMenu=true +7\Input=application/x-copyq-tags +7\Name=Clear all tags +size=7 + [Options] action_has_input=false action_has_output=false @@ -24,7 +62,7 @@ copy_clipboard=false copy_selection=false disable_tray=false edit_ctrl_return=true -editor=vimx %1 +editor=vim %1 expire_tab=0 filter_case_insensitive=true filter_regular_expression=true @@ -36,7 +74,7 @@ hide_toolbar_labels=true item_popup_interval=0 language=en max_process_manager_rows=1000 -maxitems=10000 +maxitems=1024 move=true native_menu_bar=true native_notifications=true @@ -148,23 +186,23 @@ toggle_clipboard_storing=ctrl+shift+x size=1 [Theme] -alt_bg=#3c3c3c +alt_bg=#383838 alt_item_css= -bg=#404040 +bg=#4b4b4b css= css_template_items=items css_template_main_window=main_window css_template_notification=notification css_template_tooltip=tooltip cur_item_css="\n ;border: 0.1em solid ${sel_bg}" -edit_bg=#404040 -edit_fg=#d3d3d3 -edit_font= -fg=#d3d3d3 -find_bg=#ff0 -find_fg=#000 -find_font= -font= +edit_bg=#ffffff +edit_fg=#1a1a1a +edit_font="Ubuntu Condensed,11,-1,5,50,0,0,0,0,0" +fg=#dfdfdf +find_bg=#00689c +find_fg=#ffffff +find_font="Ubuntu Condensed,10,-1,5,50,0,0,0,0,0" +font="Ubuntu Condensed,10,-1,5,50,0,0,0,0,0" font_antialiasing=true hover_item_css= icon_size=16 @@ -174,18 +212,18 @@ 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: 1px solid ${sel_bg}\n ;background: ${bg}\n ;color: ${fg}" -notes_bg=#ffffdc +notes_bg=#ffffff notes_css= -notes_fg=#d3d3d3 -notes_font= +notes_fg=#232323 +notes_font="Ubuntu Condensed,11,-1,5,50,0,0,0,0,0" notification_bg=#333 notification_fg=#ddd notification_font= -num_fg=#ffffff -num_font= +num_fg=#7f7f7f +num_font="Ubuntu,7,-1,5,25,0,0,0,0,0" 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=#596eb5 +sel_bg=#61819c sel_fg=#ffffff sel_item_css= show_number=true |
