From a30cee6889427b040ab8013fbd966d7407e8eb1f Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 14 Jul 2023 02:46:57 -0400 Subject: refactor: change scripts location --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome') 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 -- cgit v1.2.3