lunes, 4 de mayo de 2015

feh image viewer

My need for viewing images is really low. Just a few screenshots and funny pics, but I need some app to view them.

I usually use emacs for this task, but there's this little suckless app, feh , which is doing its job quite well. I use it to set the background image on my laptop

exec feh --bg-scale ~/dotfiles/wallpapers/sun.png

and I just configured it to accept vim-ish keybindings.

2 comentarios:

  1. Algo interesante de feh es que si activas el menú contextual y te diriges a File->Background-> (el que quieras)
    se crea un archivo en bash: ~/.fehbg que contiene el comando de feh para colocar el wallpaper que elegiste.

    Sólo queda hacer, en cualquier WM: sh /.fehbg

    :)

    ResponderEliminar
  2. Sip, de hecho, en mi .ratpoisonrc tengo una linea como esta

    exec feh --bg-scale ~/dotfiles/wallpapers/sun.png

    Thx por el comment

    ResponderEliminar