Use xplumb instead of plumb (so some URL transformation are done) - dotfiles - leot's dotfiles
(HTM) hg clone https://bitbucket.org/iamleot/dotfiles
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) changeset ce44bc298f0c5a7c7da066fe6ed1e96f10689a72
(DIR) parent 5aea8d293c9ab45486eaa368f5b6052a24fdfd96
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Sun, 30 Sep 2018 10:19:31
Use xplumb instead of plumb (so some URL transformation are done)
Diffstat:
config/luakit/userconf.lua | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff -r 5aea8d293c9a -r ce44bc298f0c config/luakit/userconf.lua
--- a/config/luakit/userconf.lua Sun Sep 30 10:11:27 2018 +0200
+++ b/config/luakit/userconf.lua Sun Sep 30 10:19:31 2018 +0200
@@ -22,7 +22,7 @@
if not m.context.editable then
local uri = w.view.hovered_uri or w.view.uri
if uri then
- luakit.spawn(string.format("plumb %q", uri))
+ luakit.spawn(string.format("xplumb %q", uri))
end
end
end },