Commit 1a800ab5 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add Firefox "Organizer" windows to floating selection

parent 6f09925e
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -57,11 +57,12 @@ for _, v in ipairs(main_menu) do mymainmenu:add(v) end
rules.add_rule{
	rule_any = {
		role = {
			"Preferences",                           -- |
			"EventDialog",                           -- | Thunderbird
			"EventSummaryDialog",                    -- |
			"PasswordManager",                       -- |
			"News-BlogSubscriptions",                -- |
			"Preferences",                           -- ┐
			"EventDialog",                           -- ├ Thunderbird
			"EventSummaryDialog",                    -- │
			"PasswordManager",                       -- │
			"News-BlogSubscriptions",                -- ┘
			"Organizer",                             -- ─ Firefox
		},
		type = {
			"dialog",