mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 09:35:40 +02:00
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:
parent
28ee62a281
commit
711a2dba74
2 changed files with 3 additions and 0 deletions
2
dotfiles/XCompose
Normal file
2
dotfiles/XCompose
Normal file
|
@ -0,0 +1,2 @@
|
|||
# See /usr/share/X11/locale/en_US.UTF-8/Compose for default ones.
|
||||
include "%L"
|
|
@ -42,6 +42,7 @@ while read source target; do
|
|||
ln -nsf ~/.config/i3/dotfiles/$source $HOME/$target
|
||||
done <<EOF
|
||||
Xresources .Xresources
|
||||
XCompose .XCompose
|
||||
gtkrc-2.0 .gtkrc-2.0
|
||||
gtk3.css .config/gtk-3.0/gtk.css
|
||||
qt5ct.conf .config/qt5ct/qt5ct.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue