mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-13 20:28:35 +10:00
Merge branch 'ian.mcgrrgrr-master-patch-38629' into 'master'
Update rc.lua.original See merge request dwt1/dotfiles!80
This commit is contained in:
@@ -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)
|
||||
-- }}}
|
||||
-- }}}
|
||||
|
||||
Reference in New Issue
Block a user