minor: clarify mod-ctrl-shift-X comment; fix typo
This commit is contained in:
parent
df21a85a9a
commit
c86c873779
|
@ -390,7 +390,7 @@ for i = 1, 9 do
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
{description = "move focused client to tag #"..i, group = "tag"}),
|
{description = "move focused client to tag #"..i, group = "tag"}),
|
||||||
-- Toggle tag.
|
-- Toggle tag on focused client.
|
||||||
awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9,
|
awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9,
|
||||||
function ()
|
function ()
|
||||||
if client.focus then
|
if client.focus then
|
||||||
|
|
|
@ -113,7 +113,7 @@ keyboardlayout.xkeyboard_country_code = {
|
||||||
["za"] = true, -- South Africa
|
["za"] = true, -- South Africa
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Callback for updaing current layout
|
-- Callback for updating current layout.
|
||||||
local function update_status (self)
|
local function update_status (self)
|
||||||
self._current = awesome.xkb_get_layout_group();
|
self._current = awesome.xkb_get_layout_group();
|
||||||
local text = ""
|
local text = ""
|
||||||
|
|
Loading…
Reference in New Issue