From: Samir Benmendil Date: Mon, 3 Oct 2016 22:10:09 +0000 (+0100) Subject: mimeo->rifle: Switch to rifle as application chooser X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/182badd5f666892e91c7dcc598a2f45dca42a3e7?ds=sidebyside mimeo->rifle: Switch to rifle as application chooser --- diff --git a/Xresources b/Xresources index 97edfa4..96c6a07 100644 --- a/Xresources +++ b/Xresources @@ -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 92baf77..a3caf51 100644 --- 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/")' diff --git a/awesome/widgets/awesompd.lua b/awesome/widgets/awesompd.lua index 38e82e8..20fdd1b 100644 --- a/awesome/widgets/awesompd.lua +++ b/awesome/widgets/awesompd.lua @@ -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. diff --git a/mutt/mailcap b/mutt/mailcap index 104fcfd..71226e4 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -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;