aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-browser
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl-browser')
-rwxr-xr-xuzbl-browser9
1 files changed, 9 insertions, 0 deletions
diff --git a/uzbl-browser b/uzbl-browser
new file mode 100755
index 0000000..93ba2d7
--- /dev/null
+++ b/uzbl-browser
@@ -0,0 +1,9 @@
+#!/bin/sh
+# this script implements are more useful "browsing experience". make sure to have the event manager in the appropriate place.
+
+if [ x"$XDG_DATA_HOME" != 'x' ]
+then
+ uzbl-core "$@" | $XDG_DATA_HOME/uzbl/scripts/event_manager.py
+else
+ uzbl-core "$@" | $HOME/.local/share/uzbl/scripts/event_manager.py
+fi