From c30af115af800216de8c1917f0a401ceb14ef46e Mon Sep 17 00:00:00 2001 From: Ian McGregor Date: Sun, 25 Jun 2023 02:30:10 +0000 Subject: [PATCH] Update rc.lua.original --- .config/awesome/rc.lua.original | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/awesome/rc.lua.original b/.config/awesome/rc.lua.original index b201f9d..35eaf11 100644 --- a/.config/awesome/rc.lua.original +++ b/.config/awesome/rc.lua.original @@ -51,7 +51,7 @@ editor_cmd = terminal .. " -e " .. editor -- Default modkey. -- Usually, Mod4 is the key with a logo between Control and Alt. -- If you do not like this or do not have such a key, --- I suggest you to remap Mod4 to another key using xmodmap or other tools. +-- I suggest you remap Mod4 to another key using xmodmap or other tools. -- However, you can use another modifier like Mod1, but it may interact with others. modkey = "Mod4" @@ -557,4 +557,4 @@ end) client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end) client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) --- }}} \ No newline at end of file +-- }}}