summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-17 11:17:08 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-17 11:17:08 +0200
commitbb2c31b0dcdf1f162ecf985aaa09087b7fe1514a (patch)
tree7b43112b45baf3e10d2485d2276f53f4ddb7aa8f /rc.lua
parent3da19b5bc3429af478c8ebdcea431402c2c0af18 (diff)
downloadawesome-configs-bb2c31b0dcdf1f162ecf985aaa09087b7fe1514a.tar.xz
rc.lua: term tag tiles on bottom
Diffstat (limited to 'rc.lua')
-rw-r--r--rc.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/rc.lua b/rc.lua
index 12bc3f4..390a92f 100644
--- a/rc.lua
+++ b/rc.lua
@@ -48,7 +48,7 @@ layouts = {
-- {{{ Tags
tags = {}
tags.settings = {
- { name = "term", layout = layouts[2] },
+ { name = "term", layout = layouts[3] },
{ name = "emacs", layout = layouts[1] },
{ name = "web", layout = layouts[1] },
{ name = "mail", layout = layouts[7] },
@@ -499,8 +499,8 @@ globalkeys = awful.util.table.join(
-- }}}
-- {{{ Focus controls
- awful.key({ modkey }, "p", function () awful.screen.focus_relative(1) end),
- awful.key({ modkey }, "s", function () scratchpad.toggle() end),
+ awful.key({ modkey }, "p", function () awful.screen.focus_relative(1) end),
+ awful.key({ modkey }, "s", function () scratchpad.toggle() end),
awful.key({ altkey }, "Tab", awful.client.urgent.jumpto),
awful.key({ modkey }, "Tab", function () awful.client.focus.history.previous() end),
awful.key({ modkey }, "j", function () awful.client.focus.byidx(1) end),