From 40be6d00a02d787c6ba8528987ca404273737466 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 14 Apr 2016 20:59:56 +0200 Subject: [PATCH] test --- .config/awesome/rc.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 5db8b7c5..687f6273 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -470,6 +470,7 @@ globalkeys = awful.util.table.join( -- Standard program awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end), awful.key({ modkey, "Shift" }, "Return", function () awful.util.spawn("/usr/bin/slock") end), + awful.key({ modkey, "Control" }, "r", awesome.restart), awful.key({ modkey, "Shift" }, "q", awesome.quit),