Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

scripting i3 with Perl

by morgon (Priest)
on Feb 02, 2019 at 06:42 UTC ( [id://1229275]=perlquestion: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1229275]
Approved by Athanasius
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-19 15:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found