- properties = { tag = tags[screen.count() == 3 and 2 or screen.count()][9] } },
- { rule = { class = "Icedove", instance = "Mail" },
- properties = { tag = tags[screen.count() == 3 and 2 or screen.count()][8] } },
- { rule = { class = "chromium" },
- properties = { tag = tags[screen.count() == 3 and 2 or screen.count()][9] } }
+ properties = {
+ floating = false,
+ },
+ callback = move_to_tag(screen.count() == 1 and 1 or 2, 9)
+ },
+ { rule = { class = "Firefox-esr", instance = "Navigator" },
+ properties = {
+ floating = false,
+ },
+ callback = move_to_tag(screen.count() == 1 and 1 or 2, 9)
+ },
+ { rule = { class = "Thunderbird", instance = "Mail" },
+ properties = {
+ floating = false,
+ },
+ callback = move_to_tag(screen.count() == 1 and 1 or 2, 8)
+ },
+ { rule = { class = "Chromium", instance = "chromium" },
+ properties = {
+ floating = false,
+ },
+ callback = move_to_tag(screen.count() == 1 and 1 or 2, 9)
+ },
+ { rule = { class = "Gscan2pdf" },
+ properties = {
+ switchtotag = true
+ },
+ callback = move_to_tag(1, 5)
+ },
+ { rule = { name = "gscan2pdf .*" },
+ properties = {
+ floating = false,
+ },
+ },
+ { rule = { class = "Thunar", type = "normal" },
+ properties = {
+ floating = false,
+ },
+ },
+ { rule = { class = "MuPDF", instance = "mupdf" },
+ properties = {
+ floating = true,
+ },
+ },
+ { rule = { class = "Pinentry", instance = "pinentry" },
+ properties = {
+ floating = true,
+ },
+ },
+ { rule = { class = "Gxmessage" },
+ properties = {
+ floating = true,
+ },
+ },