From e3788d1d80187a3e8deda85bdfba8a9acb130b5e Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Fri, 14 Jul 2023 15:11:25 -0400 Subject: refactor: move emoji picker to `~/.local/bin/` --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/awesome/rc.lua') 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) -- cgit v1.2.3