dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 974854b7cd391a6468f8523f8a00315de7372cf1
parent d523dec84fc26d2323bee52cdf587139d1dc1f14
Author: Anders Damsgaard <adc@geo.au.dk>
Date:   Wed, 24 Oct 2012 13:48:24 +0200

Changed lock key to Mod+z

Diffstat:
Mrc.lua | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc.lua b/rc.lua @@ -282,7 +282,7 @@ globalkeys = awful.util.table.join( -- Custom application launchers awful.key({ modkey, }, "b", function () awful.util.spawn("firefox") end), awful.key({ modkey, }, "t", function () awful.util.spawn("tor-browser") end), - awful.key({ modkey, }, "l", function () awful.util.spawn("xscreensaver-command -lock") end), + awful.key({ modkey, }, "z", function () awful.util.spawn("xscreensaver-command -lock") end), -- Prompt awful.key({ modkey }, "space", function () mypromptbox[mouse.screen]:run() end),