xsession: add a .XCompose file

Not used yet, but a good way to remember if I need to add something one
day or just remember where they are defined.
This commit is contained in:
Vincent Bernat 2022-11-14 19:34:39 +01:00
parent 28ee62a281
commit 711a2dba74
2 changed files with 3 additions and 0 deletions

2
dotfiles/XCompose Normal file
View file

@ -0,0 +1,2 @@
# See /usr/share/X11/locale/en_US.UTF-8/Compose for default ones.
include "%L"

View file

@ -42,6 +42,7 @@ while read source target; do
ln -nsf ~/.config/i3/dotfiles/$source $HOME/$target ln -nsf ~/.config/i3/dotfiles/$source $HOME/$target
done <<EOF done <<EOF
Xresources .Xresources Xresources .Xresources
XCompose .XCompose
gtkrc-2.0 .gtkrc-2.0 gtkrc-2.0 .gtkrc-2.0
gtk3.css .config/gtk-3.0/gtk.css gtk3.css .config/gtk-3.0/gtk.css
qt5ct.conf .config/qt5ct/qt5ct.conf qt5ct.conf .config/qt5ct/qt5ct.conf