Help for this page

Select Code to Download


  1. or download this
    use strict;
    use AnyEvent;
    ...
    
    $i3->command("workspace 1")->recv;
    
  2. or download this
    use strict;
    use AnyEvent;
    ...
        print "empty workspace!!\n";
      }
    }
    
  3. or download this
    use strict;
    use AnyEvent;
    ...
        $i3->command("workspace 1")->recv;
      }
    }
    
  4. or download this
    EV: error in callback (ignoring): AnyEvent::CondVar: recursive blockin
    +g wait attempted