jetbrains bugs
This commit is contained in:
parent
10cce86a18
commit
03d1c28aa8
@ -515,7 +515,8 @@ awful.rules.rules = {
|
|||||||
-- Set Firefox to always map on the first tag on screen 1.
|
-- Set Firefox to always map on the first tag on screen 1.
|
||||||
{ rule = { class = "Firefox" },
|
{ rule = { class = "Firefox" },
|
||||||
properties = { screen = 1, maximized = true, titlebars_enabled = false, switchtotag = true, tag = awful.util.tagnames[3] } },
|
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" },
|
{ rule = { class = "jetbrains-phpstorm" },
|
||||||
properties = { screen = 1, tag = awful.util.tagnames[1], floating = false } },
|
properties = { screen = 1, tag = awful.util.tagnames[1], floating = false } },
|
||||||
{ rule = { class = "jetbrains-idea" },
|
{ rule = { class = "jetbrains-idea" },
|
||||||
@ -526,6 +527,10 @@ awful.rules.rules = {
|
|||||||
-- dialogs
|
-- dialogs
|
||||||
{ rule = { type = "dialog" },
|
{ rule = { type = "dialog" },
|
||||||
properties = { titlebars_enabled = true, floating = true, maximized = false, border_width = 1 } },
|
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
|
-- Signals
|
||||||
|
Loading…
Reference in New Issue
Block a user