From 2aaca78c3b6f898a1de73e64b3b29f43d4921641 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 28 Jul 2021 08:35:28 +0200 Subject: [PATCH] i3: ensure windows have a 3-pixel border even when using CSP --- config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config b/config index c8819ba..99806e1 100644 --- a/config +++ b/config @@ -149,6 +149,8 @@ bindsym $mod+Shift+i nop "workspace-info" # Random rules no_focus [window_type="splash"] +for_window [tiling] border pixel 3 +for_window [floating] border pixel 3 for_window [class="Shadow"] fullscreen enable for_window [window_role="PictureInPicture"] floating enable for_window [title="Firefox — Sharing Indicator"] border none, sticky enable, move position 20 ppt -5 px