From: Michael Stapelberg Date: Tue, 2 Aug 2011 21:25:29 +0000 (+0200) Subject: i3-wsbar: make workspace names clickable (Thanks marforio) X-Git-Tag: 4.0.2~58^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3038ad6c2665477032bf048d510876ed24c4ebec;p=i3%2Fi3 i3-wsbar: make workspace names clickable (Thanks marforio) --- diff --git a/i3-wsbar b/i3-wsbar index 26d8caf7..4e272316 100755 --- a/i3-wsbar +++ b/i3-wsbar @@ -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