Merge branch 'ian.mcgrrgrr-master-patch-38629' into 'master'

Update rc.lua.original

See merge request dwt1/dotfiles!80
This commit is contained in:
Derek Taylor
2023-08-05 15:21:15 +00:00

View File

@@ -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)
-- }}}
-- }}}