aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorBlista Kanjo2023-07-14 02:46:57 -0400
committerBlista Kanjo2023-07-14 02:46:57 -0400
commita30cee6889427b040ab8013fbd966d7407e8eb1f (patch)
tree0f968f51a2f74d4ed6d7f32b43e263b5f48be47f /.config
parent63fca68cc7416c86cd97264ed667295e4664f886 (diff)
refactor: change scripts location
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/rc.lua2
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