]> git.phdru.name Git - dotfiles.git/blobdiff - .mc/menu
.mc/menu: Remove `cgmem_nice`
[dotfiles.git] / .mc / menu
index c484d3c8e103eca4f6955dd02bfea8444129fcb6..e0a3bd511a7d4f6ecbb0c9089719ecb11e906ce3 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -61,8 +61,12 @@ T  fb2txt
    esac
    $A %f | xsltproc /usr/local/src/FictionBook/FB2_2_txt_ru.xsl - | webstdin -e txt -t
 
++ t lr & f \.(pdf|PDF)$
+v  View pdf
+   pdftotext -layout -q %f - | iconv.py -f utf-8 | ${PAGER:-more}
+
 += t lr & f \.(pdf|PDF)$
-e  View pdf
+e  View pdf with evince
    evince %f &
 
 += t lr & f \.djvu(\.bz2|\.gz)?$
@@ -118,7 +122,7 @@ I  View icon, JPEG-2000, TIFF, WebP image
 
 + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
 a  Add the audiofile(s) or playlist(s)
-   if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi
+   if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi
    for f in %s; do
       audtool --playlist-addurl "$f"
    done
@@ -127,7 +131,7 @@ a  Add the audiofile(s) or playlist(s)
 + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
 = t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$
 p  Load the audiofile(s) or playlist(s)
-   if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi
+   if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi
    audtool --playlist-clear
    for f in %s; do
       audtool --playlist-addurl "$f"
@@ -136,7 +140,7 @@ p  Load the audiofile(s) or playlist(s)
 
 + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
 P  Play the audiofile(s) or playlist(s)
-   if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi
+   if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi
    audtool --playlist-clear
    for f in %s; do
       audtool --playlist-addurl "$f"
@@ -148,7 +152,7 @@ P  Play the audiofile(s) or playlist(s)
 + t lr & f \.m3u
 R  Play the playlist in random order
    "$HOME"/admin/prog/audio-cdr-video/audio/shuffle-playlist.py %f random-playlist-tmp.m3u
-   if [ "`audtool --get-volume`" -eq 0 ]; then cgmem_nice 200 audacious & sleep 3; fi
+   if [ "`audtool --get-volume`" -eq 0 ]; then audacious & sleep 3; fi
    audtool --playlist-clear
    audtool --playlist-addurl random-playlist-tmp.m3u
    audtool --playback-play