mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
12 lines
335 B
Bash
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
|