Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 33 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/mangowm
#read the pkgbuild
makepkg -si
```


or through a AUR helper like yay:
```bash
yay -S mangowm

```

Expand Down Expand Up @@ -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
Expand Down