From 872479658adbf913613ea49f4a3238fe0d97e68e Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 20 Apr 2022 13:30:45 -0600 Subject: [PATCH] xcompose --- config/xcompose.conf | 4 ++++ setup/config.setup.zsh | 1 + 2 files changed, 5 insertions(+) create mode 100644 config/xcompose.conf diff --git a/config/xcompose.conf b/config/xcompose.conf new file mode 100644 index 0000000..5acc336 --- /dev/null +++ b/config/xcompose.conf @@ -0,0 +1,4 @@ +include "%L" + + : 'ñ' + <:> <)> : '😄' diff --git a/setup/config.setup.zsh b/setup/config.setup.zsh index edbd829..e3af37d 100644 --- a/setup/config.setup.zsh +++ b/setup/config.setup.zsh @@ -2,6 +2,7 @@ function SETUP__CONFIG() { ############################################################################################ # ~/.config/THE_REST .wryn/config/THE_REST CONFIG__SYMLINK '../.XCompose' 'xcompose.conf' + CONFIG__SYMLINK '../.XConfig' 'xconfig.conf' CONFIG__SYMLINK '../.gitconfig' 'gitconfig' CONFIG__SYMLINK '../.tmux.conf' 'tmux.conf' CONFIG__SYMLINK '../.xinitrc' 'xinitrc'