]> git.sur5r.net Git - i3/i3/commitdiff
Make i3_default_sock_path a local variable
authorAxel Wagner <mail@merovius.de>
Fri, 17 Sep 2010 01:04:40 +0000 (03:04 +0200)
committerAxel Wagner <mail@merovius.de>
Fri, 17 Sep 2010 01:04:40 +0000 (03:04 +0200)
i3bar/src/main.c

index 5afda24136828d2919542170a0451488546b2ca9..07dcf5b92d76a67d517cd1104a977444846f8c3c 100644 (file)
@@ -18,7 +18,6 @@
 
 #include "common.h"
 
-char *i3_default_sock_path = "~/.i3/ipc.sock";
 
 char *expand_path(char *path) {
     static glob_t globbuf;
@@ -52,6 +51,7 @@ int main(int argc, char **argv) {
     char *socket_path = NULL;
     char *command = NULL;
     char *fontname = NULL;
+    char *i3_default_sock_path = "~/.i3/ipc.sock";
 
     /* Definition of the standard-config */
     config.hide_on_modifier = 0;