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

lain: new commit

This commit is contained in:
copycat-killer 2016-12-04 13:18:27 +01:00
parent eb88ab2508
commit 6b0581714b
9 changed files with 9 additions and 9 deletions

2
lain

@ -1 +1 @@
Subproject commit 14d047eaa75fb760508e2e4aeb51b42f5fed31ed
Subproject commit c23c2660e9b1ab45f97703e6c916c4e96c339b00

View file

@ -422,7 +422,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end),
-- Widgets popups
awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end),
awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end),
awful.key({ altkey, }, "h", function () fshome.show(7) end),
awful.key({ altkey, }, "w", function () myweather.show(7) end),

View file

@ -494,7 +494,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end),
-- Widgets popups
awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end),
awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end),
awful.key({ altkey, }, "h", function () fshomeupd.show(7) end),
awful.key({ altkey, }, "w", function () myweather.show(7) end),

View file

@ -421,7 +421,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end),
-- Widgets popups
awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end),
awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end),
awful.key({ altkey, }, "h", function () fshome.show(7) end),
awful.key({ altkey, }, "w", function () myweather.show(7) end),

View file

@ -561,7 +561,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end),
-- Widgets popups
awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end),
awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end),
awful.key({ altkey, }, "w", function () myweather.show(7) end),
-- ALSA volume control

View file

@ -513,7 +513,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end),
-- Widgets popups
awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end),
awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end),
awful.key({ altkey, }, "h", function () fswidget.show(7) end),
awful.key({ altkey, }, "w", function () myweather.show(7) end),

View file

@ -484,7 +484,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end),
-- Widgets popups
awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end),
awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end),
awful.key({ altkey, }, "h", function () fswidget.show(7) end),
-- ALSA volume control

View file

@ -425,7 +425,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end),
-- Widgets popups
awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end),
awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end),
awful.key({ altkey, }, "h", function () fshome.show(7) end),
awful.key({ altkey, }, "w", function () myweather.show(7) end),

View file

@ -437,7 +437,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "z", function () quakeconsole[mouse.screen]:toggle() end),
-- Widgets popups
awful.key({ altkey, }, "c", function () lain.widgets.calendar:show(7) end),
awful.key({ altkey, }, "c", function () lain.widgets.calendar.show(7) end),
awful.key({ altkey, }, "h", function () fshomeupd.show(7) end),
awful.key({ altkey, }, "w", function () myweather.show(7) end),