aboutsummaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
authorBlista Kanjo2021-10-19 01:35:04 -0400
committerBlista Kanjo2021-10-19 01:35:04 -0400
commit89c5efd1a0b0db7db554d5801deed3a4168781bf (patch)
treeb8b2ee7e210184daec9a535b1cf5aded069368d2 /awesome/rc.lua
parent37938c0d0a164385151217dd0fe7e2811eb68541 (diff)
reverted back to emojione-picker
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 8d4ead3..cd5c62a 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -303,10 +303,6 @@ globalkeys = gears.table.join(
awful.key({ }, "XF86MonBrightnessDown", function () awful.util.spawn("xbacklight -dec 15") end),
awful.key({ }, "XF86MonBrightnessUp", function () awful.util.spawn("xbacklight -inc 15") end),
- -- Emoji Picker
- awful.key({ modkey }, "q", function () awful.spawn("sh -c 'emoji-picker'") end,
- {description = "launch emoji picker", group = "launcher"}),
-
-- awesome window manager Controls
awful.key({ "Control", "Mod1" }, "BackSpace", awesome.restart,
{description = "reload awesome", group = "awesome"}),