aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2021-10-30 00:28:48 -0400
committerBlista Kanjo2021-10-30 00:28:48 -0400
commit08bc3f720225af752c3e4983e66ed0d53bc0f767 (patch)
tree36386f4c501c93d9c9b4a2b3b9b68ce6bd9819bd
parent4bded4ae29c9b53418e85aea27a2cb67c0d54611 (diff)
changed clipboard manager command
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
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