diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-09-05 18:30:19 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-09-05 18:30:19 +0300 |
commit | f848575160ca441ee7129969c45c39f7f78ccbfc (patch) | |
tree | 8f24cd43279a933acee1ac33c588e3a8d1a390b1 /dotfiles/.config/imv | |
parent | 0afbb41cc3bad6c6943d1ef1826b3b5464e9d7c2 (diff) | |
download | swayrice-f848575160ca441ee7129969c45c39f7f78ccbfc.tar.gz swayrice-f848575160ca441ee7129969c45c39f7f78ccbfc.zip |
manage default applications with xdg-open/mimeo in ranger/vifm/etc.
Diffstat (limited to 'dotfiles/.config/imv')
-rw-r--r-- | dotfiles/.config/imv/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dotfiles/.config/imv/config b/dotfiles/.config/imv/config new file mode 100644 index 0000000..bf3453e --- /dev/null +++ b/dotfiles/.config/imv/config @@ -0,0 +1,9 @@ +[binds] + +<Ctrl+a> = exec setbg "$imv_current_file" +<Ctrl+1> = exec setbg "$imv_current_file" +<Ctrl+2> = exec setbg "$imv_current_file" "2" +<Ctrl+s> = exec setbglblur "$imv_current_file" +<Ctrl+d> = exec setbglsimple "$imv_current_file" +<Ctrl+c> = exec wl-copy < "$imv_current_file" +<Ctrl+Shift+c> = exec wl-copy "$imv_current_file" |