From 03d1c28aa81e16e7c1812cafad86ea271acee54e Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Mon, 6 Aug 2018 15:46:21 +0200 Subject: [PATCH] jetbrains bugs --- awesome/rc.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 5661f52..386d6da 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -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