This commit is contained in:
Wryn (yage) Wagner 2022-04-20 13:30:45 -06:00
parent 799bb2a694
commit 872479658a
2 changed files with 5 additions and 0 deletions

4
config/xcompose.conf Normal file
View File

@ -0,0 +1,4 @@
include "%L"
<Multi_key> <n> <n> : 'ñ'
<Multi_key> <:> <)> : '😄'

View File

@ -2,6 +2,7 @@ function SETUP__CONFIG() {
############################################################################################ ############################################################################################
# ~/.config/THE_REST .wryn/config/THE_REST # ~/.config/THE_REST .wryn/config/THE_REST
CONFIG__SYMLINK '../.XCompose' 'xcompose.conf' CONFIG__SYMLINK '../.XCompose' 'xcompose.conf'
CONFIG__SYMLINK '../.XConfig' 'xconfig.conf'
CONFIG__SYMLINK '../.gitconfig' 'gitconfig' CONFIG__SYMLINK '../.gitconfig' 'gitconfig'
CONFIG__SYMLINK '../.tmux.conf' 'tmux.conf' CONFIG__SYMLINK '../.tmux.conf' 'tmux.conf'
CONFIG__SYMLINK '../.xinitrc' 'xinitrc' CONFIG__SYMLINK '../.xinitrc' 'xinitrc'