Switch from makima to a straight copilot to omarchy menu mapping
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user