AnyEvent-I3X-Workspace-OnDemand
view release on metacpan or search on metacpan
lib/AnyEvent/I3X/Workspace/OnDemand/UserGuide.pod view on Meta::CPAN
use utf8;
#PODNAME: AnyEvent::I3X::Workspace::OnDemand::UserGuide
#
#ABSTRACT: User document for AnyEvent::I3X::Workspace::OnDemand
__END__
=pod
=encoding UTF-8
=head1 NAME
AnyEvent::I3X::Workspace::OnDemand::UserGuide - User document for AnyEvent::I3X::Workspace::OnDemand
=head1 VERSION
version 0.011
=head2 Getting Started
To install L<AnyEvent::I3X::Workspace::OnDemand> you need to do the following:
sudo cpanm AnyEvent::I3X::Workspace::OnDemand
For users who want to use L<local::lib>:
export PERL_LOCAL_LIB_ROOT=$HOME/.local
export PERL_MB_OPT="--install_base '$PERL_LOCAL_LIB_ROOT'"
export PERL_MM_OPT="INSTALL_BASE=$PERL_LOCAL_LIB_ROOT"
export PERL5LIB="./lib:$PERL_LOCAL_LIB_ROOT/lib/perl5"
Then run:
cpanm AnyEvent::I3X::Workspace::OnDemand
You'll now be able run C<i3-ipc> and C<i3-wod>.
=head2 Quick Start Example
Now you can start creating workspace groups. You'll need to create a config
file, you can use C<$HOME/.config/i3/wod.conf> or
C<$XDG_CONFIG_HOME/.config/i3/wod.conf> for this.
Here's a complete minimal setup with two groups and two workspaces:
# wod.conf
---
groups:
- personal
- work
workspace:
dev:
group:
work:
personal:
dbg:
group:
work:
personal:
( run in 0.704 second using v1.01-cache-2.11-cpan-600a1bdf6e4 )