diff options
| author | Blista Kanjo | 2023-07-14 15:11:25 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-14 15:11:25 -0400 |
| commit | e3788d1d80187a3e8deda85bdfba8a9acb130b5e (patch) | |
| tree | 9e0ddb22f54b43c8a5a35d206da03d3bdef63d13 /.config/awesome/rc.lua | |
| parent | de24e3f0fc0a88081036e99ad2c80beceaf9fbbf (diff) | |
refactor: move emoji picker to `~/.local/bin/`
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 f540554..03134f6 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -380,7 +380,7 @@ globalkeys = gears.table.join( awful.key({ }, "XF86MonBrightnessUp", function () awful.spawn.easy_async_with_shell("xbacklight -inc 15") end), -- Emoji Picker - awful.key({ modkey }, ".", function () awful.spawn.easy_async_with_shell("~/.local/share/Blista-Kanjo-Emoji/blista-emoji-picker") end, + awful.key({ modkey }, ".", function () awful.spawn.easy_async_with_shell("~/.local/bin/blista-emoji-picker") end, {description = "launch emoji chooser", group = "launcher"}), -- Spell Checker (Single Word) |
