feat(HiDPI): Nouvel écran = adaptation de la config.

This commit is contained in:
2024-03-30 22:03:06 +01:00
parent 671c5a07d1
commit a285a2ced1
6 changed files with 43 additions and 13 deletions

View File

@ -22,7 +22,7 @@ set $mod Mod4
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
font pango:DejaVu Sans Mono 10
font pango:DejaVu Sans Mono 18
# Before i3 v4.8, we used to recommend this one as the default:
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
@ -42,7 +42,7 @@ bindsym $mod+Shift+A kill
# start dmenu (a program launcher)
#bindsym $mod+d exec dmenu_run
bindsym $mod+d exec rofi -show combi
bindsym $mod+d exec rofi -show combi -font "DejaVu Sans Mono 20"
# There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed.