|
|
@ -338,9 +338,12 @@ awful.rules.rules = {
|
|
338
|
338
|
properties = { floating = true } },
|
|
339
|
339
|
{ rule = { class = "gimp" },
|
|
340
|
340
|
properties = { floating = true } },
|
|
341
|
|
-- Set Firefox to always map on tags number 2 of screen 1.
|
|
342
|
|
-- { rule = { class = "Firefox" },
|
|
343
|
|
-- properties = { tag = tags[1][2] } },
|
|
|
341
|
|
|
|
342
|
-- my own rules
|
|
|
343
|
{ rule = { class = "Chromium" },
|
|
|
344
|
properties = { tag = tags[1][2] } },
|
|
|
345
|
{ rule = { class = "Pidgin" },
|
|
|
346
|
properties = { tag = tags[1][3] } }
|
|
344
|
347
|
}
|
|
345
|
348
|
-- }}}
|
|
346
|
349
|
|