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