1
0
Fork 0

dunstrc: bitmap fonts no longer work in gtk; xresources: xft 96 dpi, default hotkey for copy / paste in urxvt

This commit is contained in:
Von Random 2019-08-26 15:48:57 +03:00
parent 0be5424a85
commit 4830b1d6cd
2 changed files with 6 additions and 4 deletions

View file

@ -1,5 +1,5 @@
[global] [global]
font = xos4 Terminus 11 font = PT Sans 10
allow_markup = yes allow_markup = yes
format = "[%a] <b>%s</b>\n%b" format = "[%a] <b>%s</b>\n%b"

View file

@ -4,7 +4,7 @@ Xft.antialias: true
Xft.rgba: rgb Xft.rgba: rgb
Xft.hinting: true Xft.hinting: true
Xft.hintstyle: hintslight Xft.hintstyle: hintslight
Xft.dpi: 100 Xft.dpi: 96
#define TERMINUS -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1 #define TERMINUS -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-1
#define TERMINUS_SMALL -xos4-terminus-*-*-*-*-12-*-*-*-*-*-iso10646-1 #define TERMINUS_SMALL -xos4-terminus-*-*-*-*-12-*-*-*-*-*-iso10646-1
@ -39,6 +39,8 @@ URxvt.font: TERMINUS
URxvt.boldFont: TERMINUS URxvt.boldFont: TERMINUS
URxvt.italicFont: TERMINUS URxvt.italicFont: TERMINUS
URxvt.boldItalicFont: TERMINUS URxvt.boldItalicFont: TERMINUS
! misc
URxvt.intensityStyles: false URxvt.intensityStyles: false
URxvt.internalBorder: 1 URxvt.internalBorder: 1
URxvt.iso14755: false URxvt.iso14755: false
@ -51,8 +53,8 @@ URxvt.urgentOnBell: true
URxvt.visualBell: false URxvt.visualBell: false
! keymaps ! keymaps
URxvt.keysym.M-v: eval:paste_clipboard URxvt.keysym.C-V: eval:paste_clipboard
URxvt.keysym.M-c: eval:selection_to_clipboard URxvt.keysym.C-C: eval:selection_to_clipboard
! perl extensions ! perl extensions
URxvt.perl-ext-common: default,matcher URxvt.perl-ext-common: default,matcher