Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
contrib/gtk-tree-watch.pl: Remove bogus default socket path
Browse files Browse the repository at this point in the history
The default i3 socket path was set to "/tmp/nestedcons". This isn't
going to work for most people.
  • Loading branch information
ongardie authored and stapelberg committed May 5, 2013
1 parent 1b8e882 commit dc522b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gtk-tree-watch.pl
Expand Up @@ -19,7 +19,7 @@

my $tree_store = Gtk2::TreeStore->new(qw/Glib::String/, qw/Glib::String/, qw/Glib::String/, qw/Glib::String/, qw/Glib::String/, qw/Glib::String/, qw/Glib::String/, qw/Glib::String/);

my $i3 = i3("/tmp/nestedcons");
my $i3 = i3();

my $tree_view = Gtk2::TreeView->new($tree_store);

Expand Down

0 comments on commit dc522b6

Please sign in to comment.