diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2019-01-04 00:50:35 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2019-01-04 00:50:35 +0100 |
commit | 647d2c387cd14750eeacda0e2060c5ad74d9709d (patch) | |
tree | 92f4094c9538392121d1333f3328034ea8edac22 /files/pqiv | |
parent | ad9ee46f2aa85cb4cfb93bf333679f095fa18474 (diff) | |
download | configs-647d2c387cd14750eeacda0e2060c5ad74d9709d.tar.gz configs-647d2c387cd14750eeacda0e2060c5ad74d9709d.zip |
Added some configs and files with path info.
Diffstat (limited to 'files/pqiv')
-rw-r--r-- | files/pqiv/.pqivrc | 20 | ||||
-rw-r--r-- | files/pqiv/path.txt | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/files/pqiv/.pqivrc b/files/pqiv/.pqivrc new file mode 100644 index 0000000..0d6981e --- /dev/null +++ b/files/pqiv/.pqivrc @@ -0,0 +1,20 @@ +[options] +command-1=|convert - -blur 80 - + +[keybindings] +j { shift_y(-5); } +k { shift_y(5); } +h { shift_x(5); } +l { shift_x(-5); } +J { shift_y(-40); } +K { shift_y(40); } +H { shift_x(40); } +L { shift_x(-40); } +<control>j { shift_y(-200); } +<control>k { shift_y(200); } +<control>h { shift_x(200); } +<control>l { shift_x(-200); } +w { rotate_left(); } +e { rotate_right(); } +g { jump_dialog(); } +<equal> { reset_scale_level() } diff --git a/files/pqiv/path.txt b/files/pqiv/path.txt new file mode 100644 index 0000000..3dd864f --- /dev/null +++ b/files/pqiv/path.txt @@ -0,0 +1 @@ +~/.pqivrc |