1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

readme updated

This commit is contained in:
copycat-killer 2017-01-06 11:27:40 +01:00
parent 5b13c8aef5
commit 70be6c1150
4 changed files with 20 additions and 5 deletions

View file

@ -2,6 +2,15 @@
Awesome WM Copycats Awesome WM Copycats
=================== ===================
-------
Warning
-------
I am in the process of updating to awesome 4.0. Currently, the ported themes are:
- blackburn
- copland
-------------------------- --------------------------
Themes for Awesome WM 3.5+ Themes for Awesome WM 3.5+
-------------------------- --------------------------

2
lain

@ -1 +1 @@
Subproject commit 1bd178f68757099e6c9ccde1992ca5d519ccb8e5 Subproject commit bcd37ae4ae4f0e5d11ab6d8f6a9580e840447327

View file

@ -429,6 +429,10 @@ globalkeys = awful.util.table.join(
end end
end), end),
-- On the fly useless gaps change
awful.key({ altkey, "Control" }, "+", function () lain.util.useless_gaps_resize(1) end),
awful.key({ altkey, "Control" }, "-", function () lain.util.useless_gaps_resize(-1) end),
-- Rename tag -- Rename tag
awful.key({ altkey, "Shift" }, "r", function () lain.util.rename_tag() end), awful.key({ altkey, "Shift" }, "r", function () lain.util.rename_tag() end),
@ -755,5 +759,4 @@ client.connect_signal("focus",
end end
end) end)
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
-- }}} -- }}}

View file

@ -508,6 +508,10 @@ globalkeys = awful.util.table.join(
end end
end), end),
-- On the fly useless gaps change
awful.key({ altkey, "Control" }, "+", function () lain.util.useless_gaps_resize(1) end),
awful.key({ altkey, "Control" }, "-", function () lain.util.useless_gaps_resize(-1) end),
-- Rename tag -- Rename tag
awful.key({ altkey, "Shift" }, "r", function () lain.util.rename_tag() end), awful.key({ altkey, "Shift" }, "r", function () lain.util.rename_tag() end),
@ -838,5 +842,4 @@ client.connect_signal("focus",
end end
end) end)
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end) client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
-- }}} -- }}}