2021-06-19 22:13:32 +00:00
|
|
|
# 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
|
2021-06-25 22:08:41 +00:00
|
|
|
# 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
|
2024-11-14 22:28:14 +00:00
|
|
|
|
|
|
|
# Écran HiDPI
|
2024-11-20 21:34:43 +00:00
|
|
|
set $screen_output eDP-1
|
|
|
|
output $screen_output scale 1.6
|
|
|
|
output $screen_output color_profile icc icc/$screen_output.icm
|