summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-11-22 11:33:16 -0600
committerSimon Parri <simonparri@ganzeria.com>2025-11-22 11:34:29 -0600
commite52af873cbfe1eef6b1ae6e2a2fc84ebc01e4446 (patch)
tree42bae8e59bc43e2e19b4814715581eaa4673c6f7
parentb7e4e1be6a7ae88d0b35c612793b73aeb755b9e2 (diff)
downloaddotfiles-e52af873cbfe1eef6b1ae6e2a2fc84ebc01e4446.tar.gz
dotfiles-e52af873cbfe1eef6b1ae6e2a2fc84ebc01e4446.zip
X: Switch from URxvt to Kitty
-rw-r--r--common/.Xresources14
-rw-r--r--common/.config/kitty/kitty.conf3
-rw-r--r--common/.xinitrc2
3 files changed, 4 insertions, 15 deletions
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