From 9e8081d4f12f64903c59de70b541737e811642b3 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 25 Jun 2018 09:39:04 +0200 Subject: awesome update --- config/awesome/rc.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/awesome/rc.lua') diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index bbc4eea..4e07d75 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -18,6 +18,7 @@ require("debian.menu") require("volume") require("battery") require("weasel-rules") +require("countdown") -- require("revelation") -- {{{ Error handling @@ -208,6 +209,8 @@ awful.screen.connect_for_each_screen(function(s) right_layout:add(wibox.widget.systray()) right_layout:add(battery_widget) right_layout:add(volume_widget) + right_layout:add(countdown.widget) + right_layout:add(countdown.checkbox) right_layout:add(mytextclock) right_layout:add(s.mylayoutbox) @@ -345,6 +348,11 @@ globalkeys = awful.util.table.join( awful.key({ modkey, "Shift" }, "m", function () awful.util.spawn_with_shell("xterm-mail-cosy") end), awful.key({ modkey }, "i", function () awful.util.spawn_with_shell("xterm-irc") end), + -- awful.key({ modkey }, "k", function () awful.util.spawn_with_shell("keepassx") end), + awful.key({ modkey }, "c", function () awful.util.spawn_with_shell("ch") end), + awful.key({ modkey }, "f", function () awful.util.spawn_with_shell("ff") end), + awful.key({ modkey }, "s", function () awful.util.spawn_with_shell("signal") end), + -- awful.key({ "Control", "Mod1"}, "End", function () awful.util.spawn_with_shell("xscreensaver-command -lock; sleep 1; systemctl suspend") end), --awful.key({ "Control", "Mod1"}, "l", function () awful.util.spawn_with_shell("xscreensaver-command -lock") end), -- cgit v1.2.3