apprules updated
This commit is contained in:
parent
a3b88d1ce3
commit
c0d6de4089
|
@ -31,6 +31,12 @@ awful.rules.rules = {
|
|||
properties = { floating = false, tag = tags[1][5] } },
|
||||
{ rule = { class = "libreoffice-startcenter" },
|
||||
properties = { floating = false, tag = tags[1][5] } },
|
||||
{ rule = { class = "Lyx" },
|
||||
properties = { tag = tags[1][5] } },
|
||||
{ rule = { class = "Evince" },
|
||||
properties = { tag = tags[1][5] } },
|
||||
{ rule = { class = "Qt Jambi application" },
|
||||
properties = { tag = tags[1][6] } },
|
||||
{ rule = { class = "Pidgin" },
|
||||
properties = { tag = tags[1][9] } },
|
||||
{ rule = { class = "Stardict" },
|
||||
|
|
2
rc.lua
2
rc.lua
|
@ -83,7 +83,7 @@ layouts =
|
|||
-- Define a tag table which will hold all screen tags.
|
||||
tags = {
|
||||
names = { "rxvt", "www", "vbox", "gimp", "office",
|
||||
6, "games", "dict", "im" },
|
||||
"notes", "games", "dict", "im" },
|
||||
layout = { layouts[3], layouts[1], layouts[1], layouts[1], layouts[1],
|
||||
layouts[1], layouts[1], layouts[1], layouts[6]
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue