i3-wsbar: make workspace names clickable (Thanks marforio)

next
Michael Stapelberg 2011-08-02 23:25:29 +02:00
parent 4fd877608d
commit 3038ad6c26
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ sub update_output {
($bg, $fg) = qw(4c7899 ffffff) if $ws->{visible};
($bg, $fg) = qw(900000 ffffff) if $ws->{urgent};
my $cmd = q|i3-msg "| . $ws->{num} . q|"|;
my $cmd = q|i3-msg "workspace | . $ws->{name} . q|"|;
my $name = $ws->{name};
# Begin the clickable area