blob: f3d9e9cd4606b238f28c23e8878be394c5b958ac (
plain)
1
2
3
4
5
6
7
|
macro p set browser "mpv --cache-file-size=2147483647 '%u'"; open-in-browser ; set browser "firefox %u"
macro o set browser "firefox %u"; open-in-browser ;
macro s set browser "notify-send '%U %T'"; open-in-browser ;
always-display-description true
auto-reload yes
refresh-on-startup yes
|