aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorBlista Kanjo2024-06-20 21:48:52 -0400
committerBlista Kanjo2024-06-20 21:48:52 -0400
commitd94afcbd0abf3fd9b15ed41046b03cfe1ca3ae75 (patch)
tree9f98aa42c07c80b6b3fa129b499ad32db2ea6a1e /.config
parentb4de273d1394abeef6cc9b8502a0985c80031be7 (diff)
refactor: call `dmenu-emojii-picker`
Diffstat (limited to '.config')
-rw-r--r--.config/awesome/rc-4.3-3.lua2
-rw-r--r--.config/awesome/rc.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/awesome/rc-4.3-3.lua b/.config/awesome/rc-4.3-3.lua
index b50367e..f3a75ba 100644
--- a/.config/awesome/rc-4.3-3.lua
+++ b/.config/awesome/rc-4.3-3.lua
@@ -443,7 +443,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/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)
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)