working config, tags, spawn for ff tb pidgin
This commit is contained in:
parent
13eb68e665
commit
9ca285650e
10
rc.lua
10
rc.lua
|
@ -51,8 +51,12 @@ for s = 1, screen.count() do
|
|||
end
|
||||
|
||||
for i = 1, 9 do
|
||||
tags[1][i].layout = layouts[1]
|
||||
awful.layout.set(layouts[1], tags[1][i]);
|
||||
end
|
||||
|
||||
awful.tag.setmwfact(0.3, tags[1][3])
|
||||
|
||||
|
||||
-- Each screen has its own tag table.
|
||||
-- }}}
|
||||
|
||||
|
@ -217,8 +221,8 @@ globalkeys = awful.util.table.join(
|
|||
awful.key({ modkey, }, "space", function () awful.layout.inc(layouts, 1) end),
|
||||
awful.key({ modkey, "Shift" }, "space", function () awful.layout.inc(layouts, -1) end),
|
||||
|
||||
awful.key({ }, "F12", function () teardrop("terminal",center,center, 0.99, 0.4)end ),
|
||||
awful.key({ modkey }, "F9", function () teardrop("xterm -e alsamixer","center","center", 0.99, 0.4)end ),
|
||||
awful.key({ }, "F12", function () teardrop("terminal","center","center", 0.99, 0.4)end ),
|
||||
awful.key({ modkey }, "F9", function () teardrop("xterm -e alsamixer","top","center", 0.99, 0.4)end ),
|
||||
|
||||
-- Prompt
|
||||
awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end),
|
||||
|
|
Loading…
Reference in a new issue