blob: 1dd7bb5f3dbd6acd4d436b7140dfff9b0c14bf2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# arch32api
Win32API compatibility layer for Arch Linux using ydotool and xdotool.
## Installation
```bash
# Install from AUR
yay -S arch32api
# Enable ydotool service (required)
systemctl --user enable --now ydotool
|