Skip to content

zackpete/hints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

hints

Window picker with hints for Awesome

Installation

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

Load hints module (in rc.lua):

require("hints")

Initialize (in rc.lua, must be after beautiful.init()):

hints.init()

Add a keybinding to run hints.focus() (in rc.lua in globalkeys declaration):

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.

About

Window picker with hints for the Awesome window manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages