@ -523,6 +523,17 @@ awful.rules.rules = {
-- Set Firefox to always map on the tag named "2" on screen 1.
-- { rule = { class = "Firefox" },
-- properties = { screen = 1, tag = "2" } },
{
rule = {
class = "jetbrains-studio",
name="^win[0-9]+$"
},
properties = {
placement = awful.placement.no_offscreen,
titlebars_enabled = false
}
-- }}}