diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-08-10 15:15:16 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-08-10 15:15:16 +0200 |
commit | 90db539c72b0496c2559ba95d4a10cfad54fc484 (patch) | |
tree | c8b606bd59f2991e800c80a35f08066d6ed42931 /X11/Xresources | |
parent | 10766cd7adcfbdeb173a3523d4614a5f780d2949 (diff) |
Extend XTerm hints. Add XScreensaver hints.
Diffstat (limited to 'X11/Xresources')
-rw-r--r-- | X11/Xresources/local-font-terminus | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/X11/Xresources/local-font-terminus b/X11/Xresources/local-font-terminus index c40bcaf..0f18a9e 100644 --- a/X11/Xresources/local-font-terminus +++ b/X11/Xresources/local-font-terminus @@ -40,6 +40,12 @@ #define FONTS_ITALICBOLD FONT_BOLDITALIC XTerm*font: FONT_REGULAR +XTerm*font1: FONT_REGULAR_UNREADABLE +XTerm*font2: FONT_REGULAR_TINY +XTerm*font3: FONT_REGULAR_SMALL +XTerm*font4: FONT_REGULAR +XTerm*font5: FONT_REGULAR_LARGE +XTerm*font6: FONT_REGULAR_HUGE XTerm*boldFont: FONT_BOLD Rxvt*font: FONTS_REGULAR @@ -50,3 +56,11 @@ Rxvt*boldItalicFont: FONTS_ITALICBOLD Rxvt*keysym.M-C-1: command:\033]710;FONT_REGULAR_TINY\007\033]711;FONT_BOLD_TINY\007\033]712;FONT_ITALIC_TINY\007\033]713;FONT_BOLDITALIC_TINY\007 Rxvt*keysym.M-C-2: command:\033]710;FONT_REGULAR\007\033]711;FONT_BOLD\007\033]712;FONT_ITALIC\007\033]713;FONT_BOLDITALIC\007 Rxvt*keysym.M-C-3: command:\033]710;FONT_REGULAR_HUGE\007\033]711;FONT_BOLD_HUGE\007\033]712;FONT_ITALIC_HUGE\007\033]713;FONT_BOLDITALIC_HUGE\007 + +xscreensaver.Dialog.headingFont: FONT_REGULAR +xscreensaver.Dialog.bodyFont: FONT_REGULAR +xscreensaver.Dialog.labelFont: FONT_REGULAR +xscreensaver.Dialog.unameFont: FONT_REGULAR +xscreensaver.Dialog.buttonFont: FONT_REGULAR +xscreensaver.Dialog.dateFont: FONT_REGULAR +xscreensaver.passwd.passwdFont: FONT_REGULAR |