diff --git a/awesome/rc.lua b/awesome/rc.lua index 9ea0e05..06e3ef0 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -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 + } + }, + } -- }}}