From c86c873779660cea655c43e4b2f879fed3ea55c2 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 4 Apr 2016 20:28:54 +0200 Subject: [PATCH] minor: clarify mod-ctrl-shift-X comment; fix typo --- awesomerc.lua | 2 +- lib/awful/widget/keyboardlayout.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awesomerc.lua b/awesomerc.lua index 4319b2c6f..af58640a3 100755 --- a/awesomerc.lua +++ b/awesomerc.lua @@ -390,7 +390,7 @@ for i = 1, 9 do end end, {description = "move focused client to tag #"..i, group = "tag"}), - -- Toggle tag. + -- Toggle tag on focused client. awful.key({ modkey, "Control", "Shift" }, "#" .. i + 9, function () if client.focus then diff --git a/lib/awful/widget/keyboardlayout.lua b/lib/awful/widget/keyboardlayout.lua index f9142b894..b6e8ce070 100644 --- a/lib/awful/widget/keyboardlayout.lua +++ b/lib/awful/widget/keyboardlayout.lua @@ -113,7 +113,7 @@ keyboardlayout.xkeyboard_country_code = { ["za"] = true, -- South Africa } --- Callback for updaing current layout +-- Callback for updating current layout. local function update_status (self) self._current = awesome.xkb_get_layout_group(); local text = ""