diff options
| -rw-r--r-- | common/.Xresources | 14 | ||||
| -rw-r--r-- | common/.config/kitty/kitty.conf | 3 | ||||
| -rw-r--r-- | common/.xinitrc | 2 |
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 |
