pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7297209
)
added vid notification
author
Daniel Liu
<mr.picklepinosaur@gmail.com>
Sat, 9 Jan 2021 18:39:27 +0000
(13:39 -0500)
committer
Daniel Liu
<mr.picklepinosaur@gmail.com>
Sat, 9 Jan 2021 18:39:27 +0000
(13:39 -0500)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
13fc1bc
..
bb2b4a9
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-106,7
+106,7
@@
static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE |
/* VIDEOPLAY(URI) */
#define VIDEOPLAY(u) {\
.v = (const char *[]){ "/bin/sh", "-c", \
- "mpv --really-quiet \"$0\"", u, NULL \
+ "
notify-send 'Opening video in mpv...' &
mpv --really-quiet \"$0\"", u, NULL \
} \
}