+ end),
+ -- }}}
+
+ -- {{{ My Client Keys
+ -- Move client to screen
+ awful.key({ modkey, "Shift" }, "#94", awful.client.movetoscreen ),
+ -- ontop and below
+ awful.key({ modkey, }, "t", function (c) c.ontop = not c.ontop end),
+ awful.key({ modkey, }, "b", function (c) c.below = not c.below end)