Adds new remap orchestrator

This commit is contained in:
Michel Fedde 2025-04-14 00:18:12 +02:00
parent 6980360fe4
commit ae5f8f8779
6 changed files with 641 additions and 2 deletions

View file

@ -3,5 +3,8 @@
echo "# Installing keymapping"
yay -S --needed evremap
sudo ln -s -f ~/.config/evremap/evremap.toml /etc/evremap.toml
sudo systemctl enable --now evremap
sudo gpasswd -a $USER input
echo 'KERNEL=="uinput", GROUP="input"' | sudo tee /etc/udev/rules.d/input.rules
mkdir -p $HOME/.log