diff --git a/dotfiles/.config/copyq/copyq-commands.ini b/dotfiles/.config/copyq/copyq-commands.ini new file mode 100644 index 00000000..b4891d7f --- /dev/null +++ b/dotfiles/.config/copyq/copyq-commands.ini @@ -0,0 +1,61 @@ +[Commands] +1\Automatic=true +1\Icon=\xf03e +1\Input=image/png +1\Name=Move Images to Other Tab +1\Remove=true +1\Tab=&Images +10\Command=copyq: toggle() +10\GlobalShortcut=ctrl+shift+v +10\Icon=\xf022 +10\IsGlobalShortcut=true +10\Name=Show/hide main window +11\Command="copyq:\nvar text = input()\ncopy(text)\ncopySelection(text)\npaste()" +11\HideWindow=true +11\Icon=\xf0ea +11\InMenu=true +11\Input=text/plain +11\Name=Paste as Plain Text +11\Shortcut=shift+return +2\Command=copyq: plugins.itempinned.pin() +2\Icon=\xf08d +2\InMenu=true +2\Input=!OUTPUT +2\Name=Pin +2\Output=application/x-copyq-item-pinned +3\Command=copyq: plugins.itempinned.unpin() +3\Icon=\xf08d +3\InMenu=true +3\Input=application/x-copyq-item-pinned +3\Name=Unpin +4\Command=copyq: plugins.itemtags.tag(decodeURIComponent('Important')) +4\Icon=\xf02b +4\InMenu=true +4\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) && fail() +4\Name=Tag as \x201cImportant\x201d +5\Command=copyq: plugins.itemtags.untag(decodeURIComponent('Important')) +5\Icon=\xf02b +5\InMenu=true +5\MatchCommand=copyq: plugins.itemtags.hasTag(decodeURIComponent('Important')) || fail() +5\Name=Remove tag \x201cImportant\x201d +6\Command=copyq: plugins.itemtags.tag() +6\Icon=\xf02b +6\InMenu=true +6\Name=Add a Tag +7\Command=copyq: plugins.itemtags.untag() +7\Icon=\xf02b +7\InMenu=true +7\Input=application/x-copyq-tags +7\Name=Remove a Tag +8\Command=copyq: plugins.itemtags.clearTags() +8\Icon=\xf02b +8\InMenu=true +8\Input=application/x-copyq-tags +8\Name=Clear all tags +9\Automatic=true +9\Command=copyq ignore +9\Icon=\xf069 +9\Name=Ignore *\"Password\"* window +9\Remove=true +9\Window=Password +size=11 diff --git a/dotfiles/Library/Preferences/com.copyq.copyq.plist b/dotfiles/Library/Preferences/com.copyq.copyq.plist new file mode 100644 index 00000000..40889115 Binary files /dev/null and b/dotfiles/Library/Preferences/com.copyq.copyq.plist differ