Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 771 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 771 Bytes

Glue

It's not stable development version. Work on this module is just started. Glue module adds to Awesome WM ability to group several windows (to glue) and show only one of them. User can switch between glued windows. It maybe helpful when you want to glue together all similar windows (skype chats for instance) and operate with them like with single window. Link to github:

  • http://

Usage

To use Glue move it to your awesome configuration directory in $XDG_CONFIG_HOME (usually ~/.config):

$ mv glue $XDG_CONFIG_HOME/awesome/

Then add the following to your rc.lua:

require("glue")

Other

Read "awesome" manual pages:

  • awesome(1) awesomerc(5)

Authors

Glue written by:

  • Ilya Shmygol (Trilliput)