diff options
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.Xresources b/.Xresources index a653af4..28b8436 100644 --- a/.Xresources +++ b/.Xresources @@ -18,8 +18,13 @@ URxvt.keysym.C-Next: font-size:decrease xterm*termName: xterm-256color xterm*VT100.Translations: #override \ - 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*font: 7x14 ! Allow sixel graphics. (Try: "convert -colors 16 foo.jpg sixel:-"). xterm*decTerminalID: vt340 |
