Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shmygol/glue
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.
https://github.com/shmygol/glue
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/shmygol/glue
- Owner: shmygol
- Created: 2012-08-31T08:34:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-02T20:43:08.000Z (over 12 years ago)
- Last Synced: 2023-03-12T06:43:42.868Z (almost 2 years ago)
- Language: Lua
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)