AnyEvent-I3X-Workspace-OnDemand
    
    
  
  
  
view release on metacpan or search on metacpan
lib/AnyEvent/I3X/Workspace/OnDemand.pm view on Meta::CPAN
    }
  );
  $self->subscribe(
    barconfig_update => sub {
      my $event   = shift;
      $self->log_event('barconfig_update', $event);
      # This event consists of a single serialized map reporting on options
      # from the barconfig of the specified bar_id that were updated in i3.
      # This event is the same as a GET_BAR_CONFIG reply for the bar with the
      # given id.
      warn "barconfig_update is currently not supported", $/
        if %barconfig_update;
    }
  );
  $self->subscribe(
    output => sub {
      my $event   = shift;
    
  
  
  
( run in 0.489 second using v1.01-cache-2.11-cpan-0a6323c29d9 )