[i3] Remove borders completely

This commit is contained in:
2020-06-29 23:25:41 -04:00
parent 86e66f5c01
commit e6bff91f51
2 changed files with 19 additions and 38 deletions

View File

@ -20,7 +20,7 @@ set $center move absolute position center
# FLOATING # FLOATING
floating_modifier $mod floating_modifier $mod
set $thick 2 set $thick 0
# DEFAULT BORDER # DEFAULT BORDER
for_window [class="^.*"] border pixel $thick for_window [class="^.*"] border pixel $thick

View File

@ -1,44 +1,25 @@
################################# backend = "glx";
# GLX backend dbe = false;
################################# detect-transient = true;
backend = "xrender"; detect-client-leader = true;
vsync = false;
xrender-sync-fence = "true";
glx-swap-method = -1;
#################################
# Shadows
#################################
shadow = false; shadow = false;
shadow-radius = 5; inactive-opacity = 0.9;
shadow-offset-x = -5; frame-opacity = 0.7;
shadow-offset-y = -5;
shadow-opacity = 0.2;
shadow-ignore-shaped = false;
#################################
# Opacity
#################################
inactive-opacity = 0.2;
active-opacity = 1;
frame-opacity = 0.8;
inactive-opacity-override = false; inactive-opacity-override = false;
blur-background = true; blur-background = true;
blur-background-frame = true; blur-background-frame = true;
blur-background-fixed = true;
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'"
];
blur-kern = "3x3box"; blur-kern = "3x3box";
blur-method = "kawase"; blur-background-fixed = true;
blur-strength = 10;
opacity-rule = [
"90:class_g = 'Alacritty'",
"class_g = 'firefox' && argb"
];
################################# # Fading
# Fading
#################################
fading = true; fading = true;
fade-in-step = 0.5;
fade-out-step = 0.5;
fade-exclude = [ ];
# Window type settings
wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
};