xmodmap
This commit is contained in:
parent
d298ab102e
commit
15cb70b7c2
@ -4,9 +4,11 @@ Enable:
|
|||||||
```
|
```
|
||||||
rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf
|
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)/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)/screenrc $HOME/.screenrc
|
||||||
ln -s $(pwd)/Xresources $HOME/.Xresources
|
ln -s $(pwd)/Xresources $HOME/.Xresources
|
||||||
ln -s $(pwd)/Xdefaults $HOME/.Xdefaults
|
ln -s $(pwd)/Xdefaults $HOME/.Xdefaults
|
||||||
|
ln -s $(pwd)/Xmodmap $HOME/.Xmodmap
|
||||||
ln -s $(pwd)/themes $HOME/.themes
|
ln -s $(pwd)/themes $HOME/.themes
|
||||||
ln -s $(pwd)/aliases $HOME/.aliases
|
ln -s $(pwd)/aliases $HOME/.aliases
|
||||||
ln -s $(pwd)/sshconfig $HOME/.ssh/config
|
ln -s $(pwd)/sshconfig $HOME/.ssh/config
|
||||||
|
8
Xmodmap
Normal file
8
Xmodmap
Normal 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
6
xmodmap.desktop
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Type=Application
|
||||||
|
Name=xmodmap
|
||||||
|
Exec=xmodmap /home/zul/workspace/.Xmodmap
|
||||||
|
StartupNotify=false
|
||||||
|
Terminal=false
|
Loading…
Reference in New Issue
Block a user