Compare commits

..

No commits in common. "f074a1c74edd8b81fb906f9695cba6c3ae148124" and "740ab0f2adecc53236644e816f6070f4ea9ad3c7" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,6 @@ c.auto_save.session = False
c.backend = "webengine"
c.bindings.commands = { "normal":
{
"<Alt-Return>": "open -t {url}",
"u": "undo --window",
",C": "spawn -d st castyt {url}",
",S": "spawn -d mpvallvids {url}",
@ -29,10 +28,9 @@ c.content.blocking.method = "both"
c.content.desktop_capture = "ask"
c.content.fullscreen.window = False
#c.content.javascript.enabled = True # make editable via autoconfig
#c.content.javascript.enabled = True
c.content.local_content_can_access_remote_urls = True
c.content.notifications.presenter = "libnotify"
c.content.javascript.clipboard = "access-paste"
from os.path import expanduser
c.downloads.location.directory = expanduser("~")

View File

@ -130,7 +130,7 @@ ext midi?, terminal, has wildmidi = wildmidi -- "$@"
#-------------------------------------------
mime ^video|audio, has gmplayer, X, flag f = gmplayer -- "$@"
mime ^video|audio, has smplayer, X, flag f = smplayer "$@"
mime ^video|audio, has mpv, X, flag f = mpv -- "$@"
mime ^video, has mpv, X, flag f = mpv -- "$@"
mime ^video, has mpv, X, flag f = mpv --fs -- "$@"
mime ^video, has mplayer2, X, flag f = mplayer2 -- "$@"
mime ^video, has mplayer2, X, flag f = mplayer2 -fs -- "$@"