SWAY: cacher la barre de titre des fenêtres
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user