From d39f0bc3cc6475a20b04417d81f9b69b4b32b3e1 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 27 Mar 2020 17:17:31 +0200 Subject: [PATCH] Fix JetBrains splash window size and position --- .config/sway/config | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 7bc20de..822f6cc 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -265,6 +265,15 @@ for_window [class="Rofi"] floating enable # Firefox about window for_window [instance="Browser" window_role="About"] floating enable +# JetBrains +# Fix rendering of jetbrains splash screen and other floating windows +for_window [class="jetbrains-*" title="win*"] { + border none + floating enable + move position center +# move up 300px +} + # screenshots bindsym Print exec ~/.bin/wscreenshot.py bindsym Print+Shift exec ~/.bin/wscreenshot.py --region