diff options
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 |