From 08e86eb6a8f6ec3e44a521d22a003a6692b305a3 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Thu, 23 Sep 2021 15:43:56 -0400 Subject: changed run shortcut from alt-f2 to alt-f3 --- awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'awesome/rc.lua') diff --git a/awesome/rc.lua b/awesome/rc.lua index 37caef7..0d9fabb 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -367,7 +367,7 @@ globalkeys = gears.table.join( {description = "restore minimized", group = "client"}), -- Prompt - awful.key({ "Mod1" }, "F3", function () awful.screen.focused().mypromptbox:run() end, + awful.key({ "Mod1" }, "F2", function () awful.screen.focused().mypromptbox:run() end, {description = "run prompt", group = "launcher"}), awful.key({ modkey }, "x", -- cgit v1.2.3