Add like one comment

This commit is contained in:
Gokul Swami 2021-04-07 15:01:16 -07:00
parent 2d058525a6
commit 6302815518
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-- bling::tag_preview::update -- first line is the signal
-- t (tag) -- indented lines are function parameters
-- bling::tag_preview::visibility
-- s (screen)
-- v (boolean)
--
local awful = require("awful")
local wibox = require("wibox")
local helpers = require(tostring(...):match(".*bling") .. ".helpers")