]> git.phdru.name Git - dotfiles.git/blobdiff - .mc/menu
.bashrc: Add completions for Python/pip 3.12
[dotfiles.git] / .mc / menu
index 89bd7abca2b8d4396f4b71a8ce4ef5b39e52d371..cd22a70da96dacd4d84356cd1dd4d160cdcb6df4 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -37,6 +37,10 @@ w  View the file in a new browser window
 t  View the file in a new browser tab
    exec webbrowser-encode-url -e utf-8 -t file://%d/%f
 
++ t lr
+p  View the file in a new private browser tab
+   exec webbrowser -p file://%d/%f
+
 += f \.fb2(\.bz2|\.gz|\.zip)?$ | f \.(chm|epub|htm(l?)|txt|rtf)$ & t lr
 f  View fb2/chm/epub with fbreader
    fbreader %f &
@@ -158,7 +162,7 @@ p  Load the audiofile(s) or playlist(s)
    #      *) audtool --playlist-addurl "$f" ;;
    #   esac
    #done
-   deadbeef --queue %s &
+   deadbeef %s & (sleep 1; exec deadbeef --stop)
 
 + t lr & f \.(aac|ac3|ape|cue|dts|flac|m3u8?|mka|mp3|MP3|ogg|OGG|pls|WAV|wav|wv)$ | t t
 P  Play the audiofile(s) or playlist(s)
@@ -185,7 +189,7 @@ R  Play the playlist in random order
    #   audtool --playlist-addurl "$song"
    #done < /tmp/random-playlist-tmp.m3u
    #audtool --playback-play
-   deadbeef --queue /tmp/random-playlist-tmp.m3u & deadbeef --play
+   deadbeef /tmp/random-playlist-tmp.m3u &
    #mplayer -playlist /tmp/random-playlist-tmp.m3u &
    (sleep 5; exec rm /tmp/random-playlist-tmp.m3u) &