Xdefaults: deal with changes in X DPI calculations
This commit is contained in:
parent
8d3c63cc5e
commit
11b5127750
@ -1,5 +1,5 @@
|
|||||||
! env
|
! env
|
||||||
! Written in 2019 by Lucas
|
! Written in 2019,2022 by Lucas
|
||||||
! CC0 1.0 Universal/Public domain - No rights reserved
|
! CC0 1.0 Universal/Public domain - No rights reserved
|
||||||
!
|
!
|
||||||
! To the extent possible under law, the author(s) have dedicated all
|
! To the extent possible under law, the author(s) have dedicated all
|
||||||
@ -38,13 +38,20 @@ XTerm.VT100.scrollKey: true
|
|||||||
!XTerm.VT100.wideFont: -misc-fixed-medium-r-normal--14-130-75-75-c-140-jisx0208.1983-0
|
!XTerm.VT100.wideFont: -misc-fixed-medium-r-normal--14-130-75-75-c-140-jisx0208.1983-0
|
||||||
XTerm.VT100.faceName: monospace
|
XTerm.VT100.faceName: monospace
|
||||||
!XTerm.VT100.faceNameDoublesize: M+ 1m
|
!XTerm.VT100.faceNameDoublesize: M+ 1m
|
||||||
XTerm.VT100.faceSize: 10.5
|
!XTerm.VT100.faceSize: 10.5
|
||||||
XTerm.VT100.faceSize1: 6.0
|
!XTerm.VT100.faceSize1: 6.0
|
||||||
XTerm.VT100.faceSize2: 8.0
|
!XTerm.VT100.faceSize2: 8.0
|
||||||
XTerm.VT100.faceSize3: 9.0
|
!XTerm.VT100.faceSize3: 9.0
|
||||||
XTerm.VT100.faceSize4: 10.5
|
!XTerm.VT100.faceSize4: 10.5
|
||||||
XTerm.VT100.faceSize5: 12.0
|
!XTerm.VT100.faceSize5: 12.0
|
||||||
XTerm.VT100.faceSize6: 18.0
|
!XTerm.VT100.faceSize6: 18.0
|
||||||
|
XTerm.VT100.faceSize: 8.0
|
||||||
|
XTerm.VT100.faceSize1: 4.0
|
||||||
|
XTerm.VT100.faceSize2: 6.0
|
||||||
|
XTerm.VT100.faceSize3: 7.0
|
||||||
|
XTerm.VT100.faceSize4: 8.0
|
||||||
|
XTerm.VT100.faceSize5: 10.0
|
||||||
|
XTerm.VT100.faceSize6: 12.0
|
||||||
|
|
||||||
XTerm.VT100.color0: #000000
|
XTerm.VT100.color0: #000000
|
||||||
XTerm.VT100.color1: #872011
|
XTerm.VT100.color1: #872011
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# env
|
# env
|
||||||
# Written in 2019 by Lucas
|
# Written in 2019,2022 by Lucas
|
||||||
# CC0 1.0 Universal/Public domain - No rights reserved
|
# CC0 1.0 Universal/Public domain - No rights reserved
|
||||||
#
|
#
|
||||||
# To the extent possible under law, the author(s) have dedicated all
|
# To the extent possible under law, the author(s) have dedicated all
|
||||||
@ -29,6 +29,7 @@
|
|||||||
: ${hlwm_foreground="#fff8f0"}
|
: ${hlwm_foreground="#fff8f0"}
|
||||||
|
|
||||||
: ${hlwm_font="-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1"}
|
: ${hlwm_font="-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1"}
|
||||||
: ${hlwm_face="monospace:size=10.5"}
|
#: ${hlwm_face="monospace:size=10.5"}
|
||||||
|
: ${hlwm_face="monospace:size=8.0"}
|
||||||
|
|
||||||
: ${hlwm_font_height=17}
|
: ${hlwm_font_height=17}
|
||||||
|
Loading…
Reference in New Issue
Block a user