From 37938c0d0a164385151217dd0fe7e2811eb68541 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 19 Oct 2021 00:47:12 -0400 Subject: new emoji picker and new keybinds --- awesome/rc.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index 9c41d11..8d4ead3 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -303,7 +303,9 @@ 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, -- cgit v1.2.3