mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
added manual instructions for installing arch
This commit is contained in:
parent
7cfeeb3687
commit
647be26789
1 changed files with 33 additions and 5 deletions
38
README.md
38
README.md
|
|
@ -71,9 +71,25 @@ https://github.com/user-attachments/assets/bb83004a-0563-4b48-ad89-6461a9b78b1f
|
|||
- libxcb
|
||||
|
||||
## Arch Linux
|
||||
The package is in the Arch User Repository and is available for manual download [here](https://aur.archlinux.org/packages/mangowm-git) or through a AUR helper like yay:
|
||||
The package is in the Arch User Repository and is available for manual download [here](https://aur.archlinux.org/packages/mangowm)
|
||||
first install scenefx0.4
|
||||
```bash
|
||||
yay -S mangowm-git
|
||||
git clone https://aur.archlinux.org/scenefx.0.4
|
||||
#read the pkgbuild
|
||||
makepkg -si
|
||||
```
|
||||
then install mango
|
||||
|
||||
```bash
|
||||
git clone https://aur.archlinux.org/mangowc
|
||||
#read the pkgbuild
|
||||
makepkg -si
|
||||
```
|
||||
|
||||
|
||||
or through a AUR helper like yay:
|
||||
```bash
|
||||
yay -S mangowm
|
||||
|
||||
```
|
||||
|
||||
|
|
@ -180,16 +196,28 @@ sudo ninja -C build install
|
|||
## My Dotfiles
|
||||
|
||||
### Daily
|
||||
- Dependencies
|
||||
- Dependencies for arch
|
||||
|
||||
```bash
|
||||
yay -S rofi foot xdg-desktop-portal-wlr swaybg waybar wl-clip-persist cliphist wl-clipboard wlsunset xfce-polkit swaync pamixer wlr-dpms sway-audio-idle-inhibit-git swayidle dimland-git brightnessctl swayosd wlr-randr grim slurp satty swaylock-effects-git wlogout sox
|
||||
#non aur packages
|
||||
rofi foot xdg-desktop-portal-wlr swaybg waybar wl-clip-persist cliphist wl-clipboard wlsunset xfce-polkit swaync pamixer swayidle brightnessctl swayosd wlr-randr grim slurp satty wlogout sox
|
||||
|
||||
#aur packages
|
||||
|
||||
wlr-dpms sway-audio-idle-inhibit-git dimland-git swaylock-effects-git wlogout
|
||||
|
||||
```
|
||||
|
||||
### Dms
|
||||
- Dependencies
|
||||
```bash
|
||||
yay -S foot xdg-desktop-portal-wlr swaybg wl-clip-persist cliphist wl-clipboard sway-audio-idle-inhibit-git brightnessctl grim slurp satty matugen-bin dms-shell-git
|
||||
#non aur packages
|
||||
foot xdg-desktop-portal-wlr swaybg wl-clip-persist wl-clipboard grim slurp brightnessctl satty
|
||||
|
||||
#aur packages
|
||||
|
||||
|
||||
sway-audio-idle-inhibit-git matugen-bin dms-shell-git
|
||||
|
||||
```
|
||||
- use my dms config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue