kcburge / awesome-shifty

Dynamic tagging library for awesome window manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shifty

Current version information

This is a fork from bioe007 shifty library. The main goal of this fork is make shifty compatible with awesome-3.5

About

Shifty is an Awesome 3 extension that implements dynamic tagging.

It also implements fine client matching configuration allowing you to be the master of your desktop.

Here are a few ways of how shifty makes awesome awesomer:

  • on-the-fly tag creation and disposal
  • advanced client matching
  • easy moving of clients between tags
  • tag add/rename prompt in taglist (with completion)
  • reordering tags and configurable positioning
  • tag name guessing, automagic no-config client grouping
  • customizable keybindings per client and tag
  • simple yet powerful configuration

Use

  1. Go to configuration directory, usually ~/.config/awesome

  2. Clone repository:

    git clone https://github.com/cdump/awesome-shifty.git shifty

  3. Move the example rc.lua file into your configuration directory.

    cp shifty/example.rc.lua rc.lua

  4. Restart awesome and enjoy.

There are many configuration options for shifty, the example.rc.lua is provided merely as a starting point. The most important variables are the tables:

  • shifty.config.tags = {}
    • Sets predefined tags, which are not necessarily initialized.
  • shifty.config.apps = {}
    • How to handle certain applications.
  • shifty.config.defaults = {}
    • Fallback values used when a preset is not found in the first two configuration tables.

But for each of these there are tons of shifty variables and settings, its easiest to check out the wiki page or the module itself.

In the example.rc.lua searching for shifty in your editor can also help to make sense of these.

Development

Report bugs at the github repo. Please include at least the current versions of awesome and shifty, as well as distribution.

Credits

License

Current awesome wm license or if thats not defined, GPLv2.

About

Dynamic tagging library for awesome window manager


Languages

Language:Lua 100.0%