Files
arthur-os/migrations/1775954402.sh
T

12 lines
335 B
Bash

echo "Remove makima key remapping service (Copilot key now handled natively by Hyprland)"
if systemctl is-enabled makima &>/dev/null; then
sudo systemctl disable --now makima
fi
sudo rm -rf /etc/systemd/system/makima.service.d
sudo rm -f /etc/udev/rules.d/99-uinput.rules
rm -rf "$HOME/.config/makima"
omarchy-pkg-drop makima-bin