This commit is contained in:
crater2150 2010-09-04 00:52:38 +02:00
parent 3820f1882e
commit ade6d89c41
4 changed files with 6 additions and 2 deletions

View file

@ -66,6 +66,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey }, "XF86Mail", function () awful.util.spawn("urslock") end),
awful.key({ modkey, "Control" }, "r", awesome.restart),
awful.key({ modkey, "Shift" }, "q", awesome.quit),
awful.key({ }, "Menu", aweswt.switch),
--tabletpc keys

2
rc.lua
View file

@ -13,6 +13,8 @@ require("teardrop")
require("obvious.battery")
require("obvious.popup_run_prompt")
require("vicious")
require("aweswt")

View file

@ -24,7 +24,8 @@ awful.rules.rules = {
properties = { floating = true } },
-- Set Firefox to always map on tags number 2 of screen 1.
{ rule = { class = "Firefox" },
properties = { tag = tags[1][2] } },
properties = { tag = tags[1][2],
floating = false } },
{ rule = { class = "Pidgin" },
properties = { tag = tags[1][3]} },
{ rule = { role = "buddy_list" },

View file

@ -8,7 +8,7 @@
-- {{{ Main
theme = {}
theme.wallpaper_cmd = { "awsetbg /usr/share/awesome/themes/zenburn/zenburn-background.png" }
theme.wallpaper_cmd = { "nitrogen --restore" }
-- }}}
-- {{{ Styles