dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit b0151599c3ddf1b8d8f26541ed4ddb03188f59f4
parent dcd9753519c69b18e764d8df5b88d3e1ca869e14
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  4 Jan 2019 10:01:53 +0100

Add shortcut, allow open images with inkscape

Diffstat:
Mlinks/.bmdirs | 1+
Mlinks/.config/ranger/rifle.conf | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/links/.bmdirs b/links/.bmdirs @@ -1,6 +1,7 @@ # Run ~/bin/shortcuts after editing h ~/ aa ~/articles +ao ~/articles/own ag ~/articles/glaciology_sedimentology ee ~/ebooks C ~/code diff --git a/links/.config/ranger/rifle.conf b/links/.config/ranger/rifle.conf @@ -198,6 +198,7 @@ mime ^image, has ristretto, X, flag f = ristretto "$@" mime ^image, has eog, X, flag f = eog -- "$@" mime ^image, has eom, X, flag f = eom -- "$@" mime ^image, has gimp, X, flag f = gimp -- "$@" +mime ^image, has inkscape, X, flag f = inkscape -- "$@" mime ^image, has pinta, X, flag f = pinta -- "$@" mime ^image, has mypaint, X, flag f = mypaint -- "$@" mime ^image, has kolourpaint, X, flag f = kolourpaint -- "$@"