]> git.pld-linux.org Git - packages/awesome-plugin-eminent.git/blame - README
- initial
[packages/awesome-plugin-eminent.git] / README
CommitLineData
48f2fdd9
ZU
1Eminent is a small lua library that monkey-patches awful to provide you with
2effortless and quick wmii-style dynamic tagging. Unlike shifty, eminent does
3not aim to provide a comprehensive tagging system, but tries to make dynamic
4tagging as simple as possible. In fact, besides importing the eminent library,
5you do not have to change your rc.lua at all, eminent does all the work for you.
6
7
8Setting Up Eminent
9
10Setting up eminent is as simple as adding require("eminent") to the top of your
11rc.lua, after including awful.
12You don't need to change anything else in your rc.lua. If something does go
13wrong (awesome is so versatile one can't possible test every setup), don't
14hesitate to send an email to lucas@glacicle.org with your bug report.
15
16
17Using Eminent
18
19Use your awesome installation the same way you always did. You'll notice that
20any tags that have no clients on them are automatically hidden. Moving to the
21next tag after the last one will "create" (either re-use an existing but empty
22tag or actually create a new one dynamically) a new tag for you to use.
23If you have any bindings set up on your number keys you should be able to use
24those to jump to a specific tag irregardless of what eminent thinks.
25Happy tagging !
This page took 0.071999 seconds and 4 git commands to generate.