diff --git a/.config/sway/config.d/30-visuel.conf b/.config/sway/config.d/30-visuel.conf index bbec93d..4b51eb6 100644 --- a/.config/sway/config.d/30-visuel.conf +++ b/.config/sway/config.d/30-visuel.conf @@ -4,3 +4,13 @@ for_window [class="^.*"] title_format " %title" gaps inner 5 smart_borders on smart_gaps on +# Censé cacher les bordures de fenêtres adjacents +hide_edge_borders --i3 both + +# Bordure de titre de fenêtres : aucune +titlebar_border_thickness 0 +# Espace intérieur du titre des fenêtres : aucun +titlebar_padding 0 +# Enlever le titre aux fenêtres +default_border none +default_floating_border none