hints

所属分类:编程语言基础
开发工具:Lua
文件大小:8KB
下载次数:0
上传日期:2013-08-25 02:45:36
上 传 者sh-1993
说明:  窗口选择器,包含Awesome窗口管理器的提示
(Window picker with hints for the Awesome window manager)

文件列表:
LICENSE (18027, 2013-08-25)
hints.lua (2091, 2013-08-25)

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.

近期下载者

相关文件


收藏者