Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zackpete/hints

Window picker with hints for the Awesome window manager
https://github.com/zackpete/hints

Last synced: 10 days ago
JSON representation

Window picker with hints for the Awesome window manager

Awesome Lists containing this project

README

        

hints
=====

Window picker with hints for Awesome

Installation
============

Put hints.lua in the awesome config directory (~/.config/awesome)

Load hints module (in rc.lua):
```lua
require("hints")
```
Initialize (in rc.lua, must be after beautiful.init()):
```lua
hints.init()
```
Add a keybinding to run hints.focus() (in rc.lua in globalkeys declaration):
```lua
awful.key({ modkey }, "j", function () hints.focus() end),
```
Usage
=====
Now, when you press modkey + j, letters will pop up on each window and you can select a window to focus by pressing the corresponding letter.