From ad9a7b3e31f078cb2c9dd4171d578428cd56bcca Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Tue, 2 Nov 2021 11:59:51 -0400 Subject: better keybinds to preserve functionality of other apps --- awesome/rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index 4251ba6..bf7b438 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 }, "Return", function () awful.spawn.easy_async_with_shell("xfce4-clipman-history") end, + awful.key({ modkey }, "grave", function () awful.spawn.easy_async_with_shell("xfce4-clipman-history") end, {description = "open clipboard history", group = "launcher"}), -- awesome window manager Controls @@ -387,7 +387,7 @@ globalkeys = gears.table.join( ) clientkeys = gears.table.join( - awful.key({ "Mod1", }, "Down", + awful.key({ modkey, }, "f", function (c) c.fullscreen = not c.fullscreen c:raise() @@ -424,7 +424,7 @@ clientkeys = gears.table.join( c.minimized = true end , {description = "minimize", group = "client"}), - awful.key({ "Mod1", }, "Right", + awful.key({ modkey }, "Return", function (c) c.maximized = not c.maximized c:raise() -- cgit v1.2.3