Browse Source

add hack for android studio

master
Schneider 3 years ago
parent
commit
9c4844b15c
Signed by: schneider GPG Key ID: 3F50B02A50039F3B
  1. 11
      awesome/rc.lua

11
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
}
},
}
-- }}}

Loading…
Cancel
Save