summaryrefslogtreecommitdiff
path: root/config/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/awesome/rc.lua')
-rw-r--r--config/awesome/rc.lua8
1 files changed, 8 insertions, 0 deletions
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),