mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-03 06:46:38 -04:00
Merge 7b87d6778e into b9c6a2c196
This commit is contained in:
commit
4b5f3745a0
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
|
- libxcb
|
||||||
|
|
||||||
## Arch Linux
|
## 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
|
```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/mangowm
|
||||||
|
#read the pkgbuild
|
||||||
|
makepkg -si
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
or through a AUR helper like yay:
|
||||||
|
```bash
|
||||||
|
yay -S mangowm
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -186,16 +202,28 @@ sudo ninja -C build install
|
||||||
## My Dotfiles
|
## My Dotfiles
|
||||||
|
|
||||||
### Daily
|
### Daily
|
||||||
- Dependencies
|
- Dependencies for arch
|
||||||
|
|
||||||
```bash
|
```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
|
### Dms
|
||||||
- Dependencies
|
- Dependencies
|
||||||
```bash
|
```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
|
- use my dms config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue