jetbrains bugs

This commit is contained in:
Kacper Donat 2018-08-06 15:46:21 +02:00
parent 10cce86a18
commit 03d1c28aa8

View File

@ -515,7 +515,8 @@ awful.rules.rules = {
-- Set Firefox to always map on the first tag on screen 1.
{ rule = { class = "Firefox" },
properties = { screen = 1, maximized = true, titlebars_enabled = false, switchtotag = true, tag = awful.util.tagnames[3] } },
-- Caja is floating with fixed sizes. Titelbar enabled for Caja
-- Jetbrains stuff
{ rule = { class = "jetbrains-phpstorm" },
properties = { screen = 1, tag = awful.util.tagnames[1], floating = false } },
{ rule = { class = "jetbrains-idea" },
@ -526,6 +527,10 @@ awful.rules.rules = {
-- dialogs
{ rule = { type = "dialog" },
properties = { titlebars_enabled = true, floating = true, maximized = false, border_width = 1 } },
-- jetbrains bugs
{ rule = { class = "jetbrains-.*", name = "win.*" },
properties = { titlebars_enabled = false, focusable = false, focus = true, floating = true, placement = awful.placement.restore } },
}
-- Signals