diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-07 19:19:51 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-01-21 19:39:12 +0100 |
| commit | 3a11d6b28f10e6d0fba966f4cc6720cf1fcd0153 (patch) | |
| tree | a15ade31ee37477abf8a578aac7c32ec913ebae3 /.config | |
| parent | 7faee33a14fa49005809d89d5e2d7d56e43fe70f (diff) | |
imv: use checks background; swap yank bind to url-launcher
Diffstat (limited to '.config')
| -rw-r--r-- | .config/imv/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/imv/config b/.config/imv/config index 40360c0..13063be 100644 --- a/.config/imv/config +++ b/.config/imv/config @@ -1,6 +1,7 @@ [options] overlay = false overlay_font = Iosevka Sparkle:16 +background = checks [binds] n = next @@ -8,4 +9,4 @@ p = prev e = exec echo $imv_current_file u = scaling none y = scaling full -c = exec wl-copy $imv_current_file +<Shift+Y> = exec url-launcher $imv_current_file |