diff options
| author | pryazha <pryadeiniv@mail.ru> | 2025-10-12 15:22:37 +0500 |
|---|---|---|
| committer | pryazha <pryadeiniv@mail.ru> | 2025-10-12 15:22:37 +0500 |
| commit | ea0c73a9bad27262518d08139f312fc750c7167a (patch) | |
| tree | 488f35259152d3874efb266523f4941831134dd7 /.config/.Xresources | |
| parent | 2789e7aef1a2b44188b35d90c9ea87d594877d77 (diff) | |
using xterm with Xresources now, also trying to immplement mklinks
Diffstat (limited to '.config/.Xresources')
| -rw-r--r-- | .config/.Xresources | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/.Xresources b/.config/.Xresources index e69de29..d60def1 100644 --- a/.config/.Xresources +++ b/.config/.Xresources @@ -0,0 +1,8 @@ +Xft.dpi: 96 +Xcursor.theme: miku-cursor-linux + +xterm*background: black +xterm*foreground: white +xterm*faceName: Iosevka +xterm*faceSize: 18 +# xterm*font: -*-fixed-*-*-*-*-18-*-*-*-*-*-*-* |
