]> git.phdru.name Git - dotfiles.git/commitdiff
Fix(.mc/menu): Use default encoding to call `webbrowser-encode-url`
authorOleg Broytman <phd@phdru.name>
Tue, 27 Aug 2024 15:43:11 +0000 (18:43 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 27 Aug 2024 15:43:11 +0000 (18:43 +0300)
.mc/menu

index f5e1b68131e20b62b608b0795c2937a66f8e55d6..015b02ba8ea4a0f7fcb28fde63033c27e8207bd4 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -26,16 +26,16 @@ g  Edit the file in gvim
 
 + t lr
 b  View the file in a browser
-   exec webbrowser-encode-url -e utf-8 file://%d/%f
+   exec webbrowser-encode-url file://%d/%f
 
 + t lr
 = f \.(htm(l?)|txt)$
 w  View the file in a new browser window
-   exec webbrowser-encode-url -e utf-8 -n file://%d/%f
+   exec webbrowser-encode-url -n file://%d/%f
 
 + t lr
 t  View the file in a new browser tab
-   exec webbrowser-encode-url -e utf-8 -t file://%d/%f
+   exec webbrowser-encode-url -t file://%d/%f
 
 + t lr
 p  View the file in a new private browser tab