From d94afcbd0abf3fd9b15ed41046b03cfe1ca3ae75 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 20 Jun 2024 21:48:52 -0400 Subject: refactor: call `dmenu-emojii-picker` --- .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 465d803..b9133d5 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -431,7 +431,7 @@ awful.keyboard.append_global_keybindings({ 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/bin/blista-emoji-picker") end, + awful.key({ modkey }, ".", function() awful.spawn.easy_async_with_shell("~/.local/bin/dmenu-emoji-picker") end, { description = "launch emoji chooser", group = "launcher" }), -- spell checker (single word) -- cgit v1.2.3