Commit 052a3bfd authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add Remmina rules for AwesomeWM

parent 1dd8f43e
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -104,6 +104,26 @@ rules.add_rule{
	},
}

rules.add_rule{
	rule = {
		class = "org.remmina.Remmina",
		type = "normal",
	},
	except = {
		name = "Remmina Remote Desktop Client",
	},
	callback = function (c)
		c:tags{
			awful.tag.add(c.name, {
				screen = c.screen,
				layout = awful.layout.suit.max.fullscreen,
				selected = true,
				volatile = true,
			}),
		}
	end
}

-- }}}