From cdc8b57906c7adcad8d6ecbe9961b338a7dc641e Mon Sep 17 00:00:00 2001 From: scbj Date: Wed, 8 Jan 2025 09:47:28 +0100 Subject: [PATCH] added stow recipe for `Xresources` and started configuring `zutty` --- README.md | 4 +++- xresources/.Xresources | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 xresources/.Xresources diff --git a/README.md b/README.md index 98fa239..6a852af 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ A collection of configuration files meant to be used with GNU stow. * fish (shell) * fzf -* neovim * configure screen locker * configure lock screen (probably i3lock) * sway (wayland in general..) +* terminal emulators to keep in mind: + * `contour` + * `foot` (wayland exclusive) ## Usage diff --git a/xresources/.Xresources b/xresources/.Xresources new file mode 100644 index 0000000..9220e79 --- /dev/null +++ b/xresources/.Xresources @@ -0,0 +1,8 @@ + +! settings for `zutty` +Zutty.altScroll: true + +Zutty.font: JetBrainsMonoNerdFont +Zutty.bg: #0C0C18 +Zutty.fg: #D8D8D8 +