hyprland-void-dots/guides/windows-void.md
2024-03-10 16:01:17 +03:30

14 lines
No EOL
302 B
Markdown

# Run Windows apps with Wine or Bottles on Void Linux
## Prerequisites
- Wine : wine wine-32bit libwine libwine-32bit winetricks wine-tools wine-common
- Bottles: flatpak install flathub com.usebottles.bottles
## Run .exe Apps
To run .exe programs run this command.
```bash
wine <program-name>
```