22 lines
599 B
Plaintext
22 lines
599 B
Plaintext
# Espace entre les fenêtres
|
|
for_window [class="^.*"] border pixel 2
|
|
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
|
|
|
|
# Écran HiDPI
|
|
set $screen_output eDP-1
|
|
output $screen_output scale 1.6
|
|
output $screen_output color_profile icc icc/$screen_output.icm
|