Skip to content

Commit

Permalink
copyq: add copyq preferences to dotfiles
Browse files Browse the repository at this point in the history
Run `copyq info config` to get the path to the config file.

Usually `~/.config/copyq/` on non-Windows.

Refs: hluk/CopyQ#428 (comment)
  • Loading branch information
gibfahn committed Feb 12, 2020
1 parent f0294de commit 52cbb91
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions 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
Binary file not shown.

0 comments on commit 52cbb91

Please sign in to comment.