3 -- All clients will match this rule.
5 properties = { border_width = beautiful.border_width,
6 border_color = beautiful.border_normal,
7 focus = awful.client.focus.filter,
9 buttons = clientbuttons } },
10 { rule = { class = "MPlayer" },
11 properties = { floating = true } },
12 { rule = { class = "pinentry" },
13 properties = { floating = true } },
14 { rule = { class = "gimp" },
15 properties = { floating = true } },
16 { rule = { class = "Kmix" },
17 properties = { floating = true,
20 x = 1920 - 310, y = mywibox[mouse.screen].height,
21 height = 100, width = 100 } },
22 { rule = { class = "Clementine" },
23 properties = { tag = tags[2][3],
24 switchtotag = true } },
25 -- Set Firefox to always map on tags number 2 of screen 1.
26 -- { rule = { class = "Firefox" },
27 -- properties = { tag = tags[1][2] } },