update
This commit is contained in:
parent
3820f1882e
commit
ade6d89c41
|
@ -66,6 +66,7 @@ globalkeys = awful.util.table.join(
|
||||||
awful.key({ modkey }, "XF86Mail", function () awful.util.spawn("urslock") end),
|
awful.key({ modkey }, "XF86Mail", function () awful.util.spawn("urslock") end),
|
||||||
awful.key({ modkey, "Control" }, "r", awesome.restart),
|
awful.key({ modkey, "Control" }, "r", awesome.restart),
|
||||||
awful.key({ modkey, "Shift" }, "q", awesome.quit),
|
awful.key({ modkey, "Shift" }, "q", awesome.quit),
|
||||||
|
awful.key({ }, "Menu", aweswt.switch),
|
||||||
|
|
||||||
|
|
||||||
--tabletpc keys
|
--tabletpc keys
|
||||||
|
|
2
rc.lua
2
rc.lua
|
@ -13,6 +13,8 @@ require("teardrop")
|
||||||
require("obvious.battery")
|
require("obvious.battery")
|
||||||
require("obvious.popup_run_prompt")
|
require("obvious.popup_run_prompt")
|
||||||
require("vicious")
|
require("vicious")
|
||||||
|
require("aweswt")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,8 @@ awful.rules.rules = {
|
||||||
properties = { floating = true } },
|
properties = { floating = true } },
|
||||||
-- Set Firefox to always map on tags number 2 of screen 1.
|
-- Set Firefox to always map on tags number 2 of screen 1.
|
||||||
{ rule = { class = "Firefox" },
|
{ rule = { class = "Firefox" },
|
||||||
properties = { tag = tags[1][2] } },
|
properties = { tag = tags[1][2],
|
||||||
|
floating = false } },
|
||||||
{ rule = { class = "Pidgin" },
|
{ rule = { class = "Pidgin" },
|
||||||
properties = { tag = tags[1][3]} },
|
properties = { tag = tags[1][3]} },
|
||||||
{ rule = { role = "buddy_list" },
|
{ rule = { role = "buddy_list" },
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
-- {{{ Main
|
-- {{{ Main
|
||||||
theme = {}
|
theme = {}
|
||||||
theme.wallpaper_cmd = { "awsetbg /usr/share/awesome/themes/zenburn/zenburn-background.png" }
|
theme.wallpaper_cmd = { "nitrogen --restore" }
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Styles
|
-- {{{ Styles
|
||||||
|
|
Loading…
Reference in a new issue