From e52af873cbfe1eef6b1ae6e2a2fc84ebc01e4446 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Sat, 22 Nov 2025 11:33:16 -0600 Subject: X: Switch from URxvt to Kitty --- common/.Xresources | 14 -------------- common/.config/kitty/kitty.conf | 3 +++ common/.xinitrc | 2 +- 3 files changed, 4 insertions(+), 15 deletions(-) create mode 100644 common/.config/kitty/kitty.conf diff --git a/common/.Xresources b/common/.Xresources index 70c287a..d555441 100644 --- a/common/.Xresources +++ b/common/.Xresources @@ -1,15 +1 @@ -!! Let pywal do the work !! - -URxvt.font: xft:monospace:size=7,xft:Noto Color Emoji:size=10,xft:Symbola:size=10 -URxvt.scrollBar: false -URxvt.perl-ext-common: default,matcher,keyboard-select,resize-font,selection-to-clipboard -URxvt.matcher.button: 1 -URxvt.keysym.M-k: perl:matcher:list -URxvt.keysym.M-h: resize-font:smaller -URxvt.keysym.M-l: resize-font:bigger -URxvt.keysym.M-equal: resize-font:reset -URxvt.keysym.M-question: resize-font:show -URxvt.keysym.M-j: perl:keyboard-select:activate -URxvt.modifier: alt - *.dpi: 96 diff --git a/common/.config/kitty/kitty.conf b/common/.config/kitty/kitty.conf new file mode 100644 index 0000000..8824905 --- /dev/null +++ b/common/.config/kitty/kitty.conf @@ -0,0 +1,3 @@ +include ~/.cache/wal/colors-kitty.conf +font_size 7.0 +cursor_blink_interval 0 diff --git a/common/.xinitrc b/common/.xinitrc index b0656f8..a24f3ee 100644 --- a/common/.xinitrc +++ b/common/.xinitrc @@ -16,4 +16,4 @@ export QT_IM_MODULE=ibus export XMODIFIERS=@im-ibus [ -f ~/.xinitrc.post ] && . ~/.xinitrc.post emacs & -exec urxvt +exec kitty -- cgit v1.2.3