This commit is contained in:
Christian Koptein 2020-12-22 11:00:57 +01:00
parent d298ab102e
commit 15cb70b7c2
3 changed files with 16 additions and 0 deletions

View File

@ -4,9 +4,11 @@ Enable:
```
rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf
ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop
ln -s $(pwd)/xmodmap.desktop $HOME/.config/autostart/xmodmap.desktop
ln -s $(pwd)/screenrc $HOME/.screenrc
ln -s $(pwd)/Xresources $HOME/.Xresources
ln -s $(pwd)/Xdefaults $HOME/.Xdefaults
ln -s $(pwd)/Xmodmap $HOME/.Xmodmap
ln -s $(pwd)/themes $HOME/.themes
ln -s $(pwd)/aliases $HOME/.aliases
ln -s $(pwd)/sshconfig $HOME/.ssh/config

8
Xmodmap Normal file
View File

@ -0,0 +1,8 @@
! Map umlauts to RIGHT ALT + <key>
keycode 108 = Mode_switch
keysym e = e E EuroSign
keysym c = c C cent
keysym a = a A adiaeresis Adiaeresis
keysym o = o O odiaeresis Odiaeresis
keysym u = u U udiaeresis Udiaeresis
keysym s = s S ssharp

6
xmodmap.desktop Normal file
View File

@ -0,0 +1,6 @@
[Desktop Entry]
Type=Application
Name=xmodmap
Exec=xmodmap /home/zul/workspace/.Xmodmap
StartupNotify=false
Terminal=false