aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/uzbl.c b/uzbl.c
index 9f2a5f3..cbd577d 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -672,6 +672,8 @@ main (int argc, char* argv[]) {
if (!g_thread_supported ())
g_thread_init (NULL);
+ printf("Uzbl start location: %s\n", argv[0]);
+
strcat ((char *) XDG_CONFIG_HOME_default, getenv ("HOME"));
strcat ((char *) XDG_CONFIG_HOME_default, "/.config");
@@ -713,3 +715,5 @@ main (int argc, char* argv[]) {
unlink (fifopath);
return 0;
}
+
+/* vi: set et ts=4: */