1
0
mirror of https://github.com/gryf/urxvt-wrapper.git synced 2025-12-17 19:40:25 +01:00

Change fixed font size from points to pixels.

Also, changed plugin for font size from urxvt-font[1] to font-size[2].

[1] https://github.com/noah/urxvt-font
[2] https://github.com/majutsushi/urxvt-font-size
This commit is contained in:
2020-01-29 11:28:12 +01:00
parent 8b1ae39d49
commit b782e751e1

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
TABBED=''
SIZE=14 SIZE=14
ICON_PATH="${HOME}/GNUstep/Library/Icons" ICON_PATH="${HOME}/GNUstep/Library/Icons"
ICON="tilda.png" ICON="tilda.png"
@@ -9,12 +8,12 @@ FONT_NORMAL="style=Book"
FONT_BOLD="style=Bold" FONT_BOLD="style=Bold"
FONT_ITALIC="style=Oblique" FONT_ITALIC="style=Oblique"
FONT_BOLDITALIC="style=Bold Oblique" FONT_BOLDITALIC="style=Bold Oblique"
FIXED_NORMAL="-Misc-Fixed-Medium-R-Normal-*-*-140-*-*-C-*-ISO10646-1" FIXED_NORMAL="-Misc-Fixed-Medium-R-Normal-*-15-*-*-*-C-*-ISO10646-1"
FIXED_ITALIC="-Misc-Fixed-Medium-O-Normal-*-*-140-*-*-C-*-ISO10646-1" FIXED_ITALIC="-Misc-Fixed-Medium-O-Normal-*-15-*-*-*-C-*-ISO10646-1"
FIXED_BOLD="-Misc-Fixed-Bold-R-Normal-*-*-140-*-*-C-*-ISO10646-1" FIXED_BOLD="-Misc-Fixed-Bold-R-Normal-*-15-*-*-*-C-*-ISO10646-1"
XFT=true XFT=true
EXEC='' EXEC=''
PERLEXT="url-select,keyboard-select,font,color-themes" PERLEXT="url-select,keyboard-select,font-size,color-themes"