1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

new rules added

This commit is contained in:
luke bonham 2013-04-13 14:58:08 +02:00
parent 836ba447be
commit 86308109bc
2 changed files with 5 additions and 6 deletions

View file

@ -125,7 +125,6 @@ end
myaccessories = { myaccessories = {
{ "archives", "7zFM" }, { "archives", "7zFM" },
{ "charmap", "gucharmap" }, { "charmap", "gucharmap" },
{ "fontsel", "gtk2fontsel"},
{ "editor", gui_editor }, { "editor", gui_editor },
} }
myinternet = { myinternet = {
@ -841,6 +840,7 @@ root.keys(globalkeys)
-- Rules -- Rules
-- dwb and gimp rules are set for a 1366x768 laptop
awful.rules.rules = { awful.rules.rules = {
-- All clients will match this rule. -- All clients will match this rule.
@ -862,9 +862,9 @@ awful.rules.rules = {
{ rule = { class = "Dwb" }, { rule = { class = "Dwb" },
properties = { tag = tags[1][1], properties = { tag = tags[1][1],
floating = true, x = 0, y = 20,
maximized_vertical = true, width = 1364,
maximized_horizontal = true } }, height = 748 } },
{ rule = { class = "Gvim" }, { rule = { class = "Gvim" },
properties = { tag = tags[1][2] } }, properties = { tag = tags[1][2] } },
@ -876,7 +876,6 @@ awful.rules.rules = {
properties = { tag = tags[1][4], properties = { tag = tags[1][4],
floating = true } }, floating = true } },
-- these gimp rules are set for a 1366x768 screen
{ rule = { class = "Gimp" }, { rule = { class = "Gimp" },
properties = { tag = tags[1][4], properties = { tag = tags[1][4],
floating = false } }, floating = false } },