All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
we do exempt urxvt, firefox, icedove, chromium and gscan2pdf as those
are "regulars"…
- -- Floating clients.
- { rule_any = {
- instance = {
- "DTA", -- Firefox addon DownThemAll.
- "copyq", -- Includes session name in class.
- },
- class = {
- "Arandr",
- "Gpick",
- "Kruler",
- "MessageWin", -- kalarm.
- "Sxiv",
- "Wpa_gui",
- "pinentry",
- "veromix",
- "xtightvncviewer",
- "MuPDF",
- "vlc",
- "Wicd-client.py",
- "Blueman-manager"
- },
-
- name = {
- "Event Tester", -- xev.
- },
- role = {
- "AlarmWindow", -- Thunderbird's calendar.
- "pop-up", -- e.g. Google Chrome's (detached) Developer Tools.
- }
- }, properties = { floating = true }},
-
-- Add titlebars to normal clients and dialogs
--DISABLED-- { rule_any = {type = { "normal", "dialog" }
--DISABLED-- }, properties = { titlebars_enabled = true }
-- Add titlebars to normal clients and dialogs
--DISABLED-- { rule_any = {type = { "normal", "dialog" }
--DISABLED-- }, properties = { titlebars_enabled = true }
{ rule = { class = "URxvt" },
properties = {
{ rule = { class = "URxvt" },
properties = {
size_hints_honor = false
} },
{ rule = { class = "URxvt", instance = "irc" },
size_hints_honor = false
} },
{ rule = { class = "URxvt", instance = "irc" },
},
{ rule = { class = "Firefox" },
properties = {
},
{ rule = { class = "Firefox" },
properties = {
-- screen = screen.count(),
-- tag = screen.count() == 1 and "2" or "1"
},
-- screen = screen.count(),
-- tag = screen.count() == 1 and "2" or "1"
},
},
{ rule = { class = "Icedove" },
properties = {
},
{ rule = { class = "Icedove" },
properties = {
-- screen = screen.count(),
-- tag = screen.count() == 1 and "2" or "1"
},
-- screen = screen.count(),
-- tag = screen.count() == 1 and "2" or "1"
},
},
{ rule = { class = "chromium" },
properties = {
},
{ rule = { class = "chromium" },
properties = {
-- screen = screen.count(),
-- tag = screen.count() == 1 and "2" or "1"
},
-- screen = screen.count(),
-- tag = screen.count() == 1 and "2" or "1"
},
},
{ rule = { class = "Gscan2pdf" },
properties = {
},
{ rule = { class = "Gscan2pdf" },
properties = {