diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 533944f..2d291e0 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -384,7 +384,7 @@ globalkeys = gears.table.join( {description = "launch emoji chooser", group = "launcher"}), -- Spell Checker (Single Word) - awful.key({ modkey }, "comma", function () awful.spawn.easy_async_with_shell("sh -c '~/.local/share/scripts/dym.sh'") end, + awful.key({ modkey }, "comma", function () awful.spawn.easy_async_with_shell("sh -c '~/.local/bin/dmenu-dym'") end, {description = "launch single word spell checker", group = "launcher"}), -- Clipboard Manager |
