]> git.rmz.io Git - dotfiles.git/commitdiff
mimeo->rifle: Switch to rifle as application chooser
authorSamir Benmendil <me@rmz.io>
Mon, 3 Oct 2016 22:10:09 +0000 (23:10 +0100)
committerSamir Benmendil <me@rmz.io>
Mon, 3 Oct 2016 22:40:39 +0000 (23:40 +0100)
Xresources
aliases
awesome/widgets/awesompd.lua
mutt/mailcap

index 97edfa4cb719203187dd024f8cb208e95485d7c9..96c6a073ea2fe174bfec3680c123064179f926a2 100644 (file)
@@ -26,7 +26,7 @@ URxvt.perl-ext-common:  default,clipboard,url-select,keyboard-select,autocomplet
 ! {{{2 url-select
 URxvt.keysym.C-F:           perl:url-select:select_next
 URxvt.url-select.button:    1
-URxvt.url-select.launcher:  mimeo
+URxvt.url-select.launcher:  rifle
 URxvt.url-select.underline: true
 ! {{{2 keyboard-select
 URxvt.keysym.C-S-space:  perl:keyboard-select:activate
diff --git a/aliases b/aliases
index 92baf77c59a73bfcbf2879c72663b1e625a8015e..a3caf51f9edb84b981ef761c8f51da4c06e4a27b 100644 (file)
--- a/aliases
+++ b/aliases
@@ -25,7 +25,7 @@ alias diff='colordiff'
 export LESS='-RSi'
 
 # yes I'm that lazy
-alias o='mimeo'
+alias o='rifle'
 
 # suspend screensaver when vlc is running
 alias vlc-suspend='xdg-screensaver suspend $(xprop -name vlc | grep "WM_CLIENT_LEADER(WINDOW)" | sed "s/.*\(0x\d*\)/\1/")'
index 38e82e8b770c99230798f0275f0f65827b5d212c..20fdd1b4b05b0595f4f97dcffd5c791fdaa6488d 100644 (file)
@@ -23,7 +23,7 @@ musicwidget.album_cover_size = 50
 musicwidget.mpd_config = os.getenv("XDG_CONFIG_HOME").."/mpd/mpd.conf"
 -- Specify the browser you use so awesompd can open links from
 -- Jamendo in it.
-musicwidget.browser = "mimeo"
+musicwidget.browser = "rifle"
 -- Specify decorators on the left and the right side of the
 -- widget. Or just leave empty strings if you decorate the widget
 -- from outside.
index 104fcfd0f053d6d0220c927a3f91ee4491a8efe3..71226e4a4f180894fd1918d4f5886e74e05f9952 100644 (file)
@@ -1,5 +1,3 @@
 text/html;       ~/.mutt/mutt_bgrun qutebrowser %s; test=test -n "$DISPLAY"; nametemplate=%s.html
 text/html;       w3m -I %{charset} -dump %s -T text/html -cols "$COLUMNS" -o display_link_number=1; copiousoutput; nametemplate=%s.html
-image/*;         ~/.mutt/mutt_bgrun feh %s;
-application/pdf; ~/.mutt/mutt_bgrun okular %s;
-application/*;   ~/.mutt/mutt_bgrun mimeo %s;
+application/*;   ~/.mutt/mutt_bgrun rifle -f F %s;