From 711a2dba7416fd029261cba40bfae95ec9d849fd Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 14 Nov 2022 19:34:39 +0100 Subject: [PATCH] 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. --- dotfiles/XCompose | 2 ++ dotfiles/xsession | 1 + 2 files changed, 3 insertions(+) create mode 100644 dotfiles/XCompose diff --git a/dotfiles/XCompose b/dotfiles/XCompose new file mode 100644 index 0000000..e81616d --- /dev/null +++ b/dotfiles/XCompose @@ -0,0 +1,2 @@ +# See /usr/share/X11/locale/en_US.UTF-8/Compose for default ones. +include "%L" diff --git a/dotfiles/xsession b/dotfiles/xsession index 6820fa3..ae8e330 100755 --- a/dotfiles/xsession +++ b/dotfiles/xsession @@ -42,6 +42,7 @@ while read source target; do ln -nsf ~/.config/i3/dotfiles/$source $HOME/$target done <