mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 03:32:30 +00:00
readme updated
This commit is contained in:
parent
5b13c8aef5
commit
70be6c1150
|
@ -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
2
lain
|
@ -1 +1 @@
|
||||||
Subproject commit 1bd178f68757099e6c9ccde1992ca5d519ccb8e5
|
Subproject commit bcd37ae4ae4f0e5d11ab6d8f6a9580e840447327
|
|
@ -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)
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
|
@ -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)
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
Loading…
Reference in a new issue