This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local awful = require("awful") | |
local wibox = require("wibox") | |
local gears = require("gears") | |
local clients_hints = {} | |
local clients_widgets = {} | |
local clients_texts = {} | |
local hints = {} | |
local hints_tree = {} | |
local registered = false |
OlderNewer