SWAY: cacher la barre de titre des fenêtres
This commit is contained in:
parent
f9b79325e0
commit
f1b0f2f13f
@ -4,3 +4,13 @@ for_window [class="^.*"] title_format " %title"
|
|||||||
gaps inner 5
|
gaps inner 5
|
||||||
smart_borders on
|
smart_borders on
|
||||||
smart_gaps 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
|
||||||
|
Loading…
Reference in New Issue
Block a user