From 08bc3f720225af752c3e4983e66ed0d53bc0f767 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Sat, 30 Oct 2021 00:28:48 -0400 Subject: changed clipboard manager command --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome') diff --git a/awesome/rc.lua b/awesome/rc.lua index ca29410..d7663ca 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -312,7 +312,7 @@ globalkeys = gears.table.join( {description = "Launch Emoji Chooser", group = "launcher"}), -- Clipboard Manager - awful.key({ modkey }, "space", function () awful.spawn.easy_async_with_shell("xfce4-clipman-history") end, + awful.key({ modkey }, "Return", function () awful.spawn.easy_async_with_shell("xfce4-clipman-history") end, {description = "open clipboard history", group = "launcher"}), -- awesome window manager Controls -- cgit v1.2.3