From 2f61bd9ded21d80894de70cf39043ecb9af1526c Mon Sep 17 00:00:00 2001 From: jowj Date: Mon, 4 Nov 2019 21:25:27 -0600 Subject: [PATCH] Add comments, comment out redundant menu lines. --- applicationConfiguration/awesome/rc.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/applicationConfiguration/awesome/rc.lua b/applicationConfiguration/awesome/rc.lua index 1d89202..8243cb4 100644 --- a/applicationConfiguration/awesome/rc.lua +++ b/applicationConfiguration/awesome/rc.lua @@ -278,8 +278,9 @@ globalkeys = gears.table.join( {description = "open a terminal", group = "launcher"}), awful.key({ modkey, "Control" }, "r", awesome.restart, {description = "reload awesome", group = "awesome"}), - awful.key({ modkey, "Shift" }, "q", awesome.quit, - {description = "quit awesome", group = "awesome"}), + -- awful.key({ modkey, "Shift" }, "q", awesome.quit, + -- {description = "quit awesome", group = "awesome"}), + -- added by josiah for rofi use awful.key({ "Control", "Mod1" }, "space", function() awful.util.spawn("rofi -combi-modi window,drun,ssh -theme solarized -font 'hack 10' -show combi") @@ -330,8 +331,8 @@ globalkeys = gears.table.join( end, {description = "lua execute prompt", group = "awesome"}), -- Menubar - awful.key({ modkey }, "p", function() menubar.show() end, - {description = "show the menubar", group = "launcher"}) + -- awful.key({ modkey }, "p", function() menubar.show() end, + -- {description = "show the menubar", group = "launcher"}) ) clientkeys = gears.table.join(