diff options
| author | Blista Kanjo | 2023-07-14 02:46:57 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-14 02:46:57 -0400 |
| commit | a30cee6889427b040ab8013fbd966d7407e8eb1f (patch) | |
| tree | 0f968f51a2f74d4ed6d7f32b43e263b5f48be47f /.config/awesome/rc.lua | |
| parent | 63fca68cc7416c86cd97264ed667295e4664f886 (diff) | |
refactor: change scripts location
Diffstat (limited to '.config/awesome/rc.lua')
| -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 |
