diff options
| author | Robert Günzler <r@gnzler.io> | 2020-07-07 18:10:17 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-07-07 18:10:17 +0200 |
| commit | e74329b155771b75ff279512384762ab68102674 (patch) | |
| tree | 2d774d5f062e6fe17c82021c7bffcb2ec4b9b541 /.config/imv | |
| parent | 6d5305234d96344cd6c9d6818f3a9571d1567fcd (diff) | |
imv: add c binding to copy image file path
Diffstat (limited to '.config/imv')
| -rw-r--r-- | .config/imv/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/imv/config b/.config/imv/config index bd71877..40360c0 100644 --- a/.config/imv/config +++ b/.config/imv/config @@ -8,3 +8,4 @@ p = prev e = exec echo $imv_current_file u = scaling none y = scaling full +c = exec wl-copy $imv_current_file |