i3-wsbar: make workspace names clickable (Thanks marforio)
This commit is contained in:
parent
4fd877608d
commit
3038ad6c26
2
i3-wsbar
2
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
|
||||
|
|
Loading…
Reference in New Issue