diff options
Diffstat (limited to 'awesome/rc.lua')
| -rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index 0c9733d..55d44dd 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -325,7 +325,7 @@ globalkeys = gears.table.join( awful.key({ modkey }, "q", function () awful.spawn.easy_async_with_shell("sh -c '~/.local/share/Blista-Kanjo-Emoji/blista-emoji-picker'") end, {description = "launch emoji chooser", group = "launcher"}), - -- Spell Checker (Single Word + -- Spell Checker (Single Word) awful.key({ modkey }, "w", function () awful.spawn.easy_async_with_shell("sh -c '~/.local/share/scripts/dym.sh'") end, {description = "launch single word spell checker", group = "launcher"}), |
