shifty: remove unwanted features

This is easier to make modifications if I don't have to ensure that
all features still work. The idea is that I will keep using
`awful.rules.rules` for most tasks except tag related tasks.

Also, fix the "startup" stuff to allow to specify a tag which will be
only used on startup.
This commit is contained in:
Vincent Bernat 2012-09-10 21:45:55 +02:00
parent 6328444f01
commit 91b1e6ee10
3 changed files with 15 additions and 164 deletions

View file

@ -8,6 +8,7 @@ awful.rules.rules = {
focus = true,
maximized_vertical = false,
maximized_horizontal = false,
keys = config.keys.client,
buttons = config.mouse.client }},
-- Browser stuff
{ rule = { role = "browser" },