diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-03-20 12:26:50 +0000 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-03-20 12:26:50 +0000 |
| commit | 8a0058c04f9453a3e3db8c186a550aa10f6c5909 (patch) | |
| tree | d292e1d6b384bd1ea5f007bf412f111d10aac48c /.Xresources | |
| parent | 9dcf9d6a3fa8203cef7d57c8e811b300d4ecc97d (diff) | |
update, switch to fvwm
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.Xresources b/.Xresources index 274ee87..45d9f2d 100644 --- a/.Xresources +++ b/.Xresources @@ -1,5 +1,5 @@ ! Better to use multiples of 96 -Xft.dpi: 96 +Xft.dpi: 192 ! uncomment following to display corretly using font 10x20 ! URxvt.boldFont: @@ -24,15 +24,18 @@ URxvt.keysym.C-Next: font-size:decrease xterm*termName: xterm-256color xterm*internalBorder: 4 xterm*VT100.Translations: #override \ - Ctrl <Key> Next: smaller-vt-font() \n\ - Ctrl <Key> Prior: larger-vt-font() \n + Ctrl <Key> minus: smaller-vt-font() \n\ + Ctrl <Key> equal: larger-vt-font() \n +! Ctrl <Key> Next: smaller-vt-font() \n\ +! Ctrl <Key> Prior: larger-vt-font() \n ! Meta <Key> minus: smaller-vt-font() \n\ ! Meta <Key> equal: larger-vt-font() \n xterm*cursorColor: red !xterm*visualBell: true !xterm*geometry: 100x32 -!xterm*faceName: DejaVu Sans Mono -!xterm*faceSize: 10 +xterm*renderFont: true +xterm*faceName: DejaVu Sans Mono +xterm*faceSize: 7 ! xterm*font: 7x14 ! Allow sixel graphics. (Try: "convert -colors 16 foo.jpg sixel:-"). xterm*decTerminalID: vt340 |
