dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit b45c9cd340ac8570979ce7ad56acac3c17394177
parent bbdec945d539c8676cfcf4e8b2c6229e695142f1
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Mar 2020 15:36:49 -0700

Switch default Sway terminal back to rxvt

Alacrity doesn't yet know how to handle Japanese text input under
Wayland.

Diffstat:
M.Xresources | 4++--
M.config/sway/config | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -5,8 +5,8 @@ xterm*font: *-fixed-*-*-*-20-* URxvt.depth: 32 URxvt.foreground: grey URxvt.background: #0f0f0f -URxvt.font: xft:Source Code Pro:size=13 -URxvt.boldFont: xft:Source Code Pro:size=13 +URxvt.font: xft:DejaVu Sans Mono:size=13 +URxvt.boldFont: xft:DejaVu Sans Mono:size=13 URxvt.geometry: 100x50 URxvt.scrollBar: false URxvt.cursorColor: orange diff --git a/.config/sway/config b/.config/sway/config @@ -27,7 +27,7 @@ set $up k set $right l # Your preferred terminal emulator -set $term alacritty +set $term rxvt # Your preferred application launcher # Note: it's recommended that you pass the final command to sway