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

blackburn: hdd popup refreshes widget now

This commit is contained in:
luke bonham 2013-05-02 17:27:08 +02:00
parent f712dc524a
commit a8a0b21d19

View file

@ -732,7 +732,10 @@ globalkeys = awful.util.table.join(
-- Widgets popups -- Widgets popups
awful.key({ altkey, }, "c", function () show_calendar(7) end), awful.key({ altkey, }, "c", function () show_calendar(7) end),
awful.key({ altkey, }, "h", function () show_info(7) end), awful.key({ altkey, }, "h", function ()
vicious.force({ fshwidget })
show_info(7)
end),
awful.key({ altkey, }, "w", function () yawn.show_weather(5) end), awful.key({ altkey, }, "w", function () yawn.show_weather(5) end),
-- Volume control -- Volume control
@ -777,11 +780,11 @@ globalkeys = awful.util.table.join(
end ), end ),
-- Copy to clipboard -- Copy to clipboard
awful.key({ modkey, }, "c", function () os.execute("xsel -p -o | xsel -i -b") end), awful.key({ modkey }, "c", function () os.execute("xsel -p -o | xsel -i -b") end),
-- User programs -- User programs
awful.key({ modkey, }, "q", function () awful.util.spawn( "dwb", false ) end), awful.key({ modkey }, "q", function () awful.util.spawn( "dwb", false ) end),
awful.key({ modkey, }, "s", function () awful.util.spawn(gui_editor) end), awful.key({ modkey }, "s", function () awful.util.spawn(gui_editor) end),
-- Prompt -- Prompt
awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end), awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end),