From b10ad789ac3ced2aa02011db6dbd654083c3b8da Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Mon, 22 Feb 2021 10:15:07 +0100 Subject: [PATCH] Removed border radius. --- dot_dotfiles/i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_dotfiles/i3/config b/dot_dotfiles/i3/config index 75754b1..1139ade 100644 --- a/dot_dotfiles/i3/config +++ b/dot_dotfiles/i3/config @@ -15,7 +15,7 @@ for_window [class="^jetbrains-.+"][window_type=dialog] focus for_window [class="Wfica_Seamless"] floating enable # border radius for the rounded windows -border_radius 0 +# border_radius 0 # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places.